Refactor programs
This commit is contained in:
parent
3de981c7dd
commit
6fd81e3a16
2 changed files with 13 additions and 6 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
../common/optional/key.nix
|
||||
|
||||
./programs
|
||||
./services
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
@ -51,12 +52,6 @@
|
|||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
programs = {
|
||||
zsh.enable = true;
|
||||
direnv.enable = true;
|
||||
adb.enable = true;
|
||||
};
|
||||
|
||||
# Use docker instead of podman for our containers.
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue