Initial flake for loki

This commit is contained in:
Filippo Berto 2022-05-20 14:55:33 +02:00
parent 02cb462b5a
commit 9e4ef04bec
6 changed files with 369 additions and 12 deletions

View file

@ -46,17 +46,9 @@
programs = {
dconf.enable = true;
flashrom.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;
};
steam = {
enable = true;
};
zsh = {
enable = true;
syntaxHighlighting.enable = true;
};
gnupg.agent = { enable = true; enableSSHSupport = true; };
steam = { enable = true; };
zsh = { enable = true; syntaxHighlighting.enable = true; };
};
networking = {