This commit is contained in:
Noa Aarts 2024-11-11 11:25:01 +01:00
parent 7821dc18af
commit 37e94582ec
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -8,7 +8,6 @@ let
cfg = config.modules.apps; cfg = config.modules.apps;
in in
{ {
imports = [ imports = [
./firefox.nix ./firefox.nix
./git.nix ./git.nix
@ -16,5 +15,4 @@ in
./zsh.nix ./zsh.nix
./thunderbird.nix ./thunderbird.nix
]; ];
} }