about summary refs log tree commit diff
path: root/nixosConfigurations
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/eonwe/default.nix4
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

Consider giving Nix/NixOS a try! <3