diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-10-21 04:03:28 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-10-21 04:03:28 +0300 |
commit | e591de4986b1c80f2529b7ba9b0601900a599276 (patch) | |
tree | 5cac69f30a8e85791ad6aa058a8abbc2b2b12acb /nixosConfigurations/eonwe | |
parent | 2023-10-13 (diff) |
2023-10-21
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 21e4558..e6c6e5e 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -6,7 +6,7 @@ }: with lib; { imports = [ - ./work.nix + ./hidden.nix ]; nixfiles.modules = { @@ -39,7 +39,6 @@ with lib; { gzdoom iaito kdenlive - krdc obs-studio openmw openttd @@ -47,6 +46,7 @@ with lib; { qzdl radeontop vcmi + vesktop vial wireshark xonotic |