about summary refs log tree commit diff
path: root/configurations/eonwe
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-11-10 01:08:38 +0300
committerazahi <azat@bahawi.net>2024-11-10 01:08:38 +0300
commit693768ee37098dbebb38c86e27044f2faa38348d (patch)
tree37c92a1c83cf22fa5e5a570baa8598ba6063c795 /configurations/eonwe
parent2024-10-29 (diff)
2024-11-10 HEAD master
Diffstat (limited to 'configurations/eonwe')
-rw-r--r--configurations/eonwe/default.nix2
-rw-r--r--configurations/eonwe/vidya.nix8
2 files changed, 8 insertions, 2 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index c33c21d..3928e84 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -27,6 +27,8 @@ with lib;
     libvirtd.enable = true;
     mpd.enable = true;
     qutebrowser.enable = true;
+
+    hyprland.enable = true;
   };
 
   hm = {
diff --git a/configurations/eonwe/vidya.nix b/configurations/eonwe/vidya.nix
index 7e10175..bf9ffb4 100644
--- a/configurations/eonwe/vidya.nix
+++ b/configurations/eonwe/vidya.nix
@@ -3,7 +3,7 @@
   nixfiles.modules = {
     common.nix.allowedUnfreePackages = [
       "cla-theme" # source-available
-      "dwarf-fortress"
+      "dwarf-fortress" # proprietary
       "fallout-ce" # source-available
       "fallout2-ce" # source-available
     ];
@@ -12,7 +12,11 @@
       lutris.enable = true;
 
       steam.enable = true;
-      steam-run.quirks.blackIsleStudios = true;
+      steam-run.quirks = {
+        blackIsleStudios = true;
+        cryptOfTheNecrodancer = true;
+        mountAndBladeWarband = false;
+      };
 
       minecraft.client.enable = true;
     };

Consider giving Nix/NixOS a try! <3