mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
feat: added software verification tools
This commit is contained in:
parent
4e0827f860
commit
350733016c
1 changed files with 10 additions and 2 deletions
|
@ -40,8 +40,6 @@
|
|||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
|
@ -69,6 +67,15 @@
|
|||
flameshot
|
||||
networkmanagerapplet
|
||||
sops
|
||||
coq
|
||||
coqPackages.coqide
|
||||
(why3.withProvers
|
||||
[
|
||||
alt-ergo
|
||||
cvc5
|
||||
cvc4
|
||||
z3
|
||||
])
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
@ -78,6 +85,7 @@
|
|||
};
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue