about summary refs log tree commit diff
path: root/configurations
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-07-10 14:02:06 +0300
committerAzat Bahawi <azat@bahawi.net>2024-07-10 14:02:06 +0300
commita88092202ccfdb981c6aef3270bdef20e7530f5f (patch)
treef6f2f82e7575aeead163bcf0c93bab494e7e70ce /configurations
parent2024-06-29 (diff)
2024-07-10
Diffstat (limited to '')
-rw-r--r--configurations/default.nix4
-rw-r--r--configurations/eonwe/default.nix4
-rw-r--r--configurations/eonwe/vidya.nix3
3 files changed, 6 insertions, 5 deletions
diff --git a/configurations/default.nix b/configurations/default.nix
index 1f43cb7..b45a184 100644
--- a/configurations/default.nix
+++ b/configurations/default.nix
@@ -63,14 +63,14 @@ mapAttrs' mkConfiguration (
       nixos-hardware.nixosModules.common-gpu-amd
       nixos-hardware.nixosModules.common-pc-ssd
       nixpkgs.nixosModules.notDetected
-      srvos.nixosModules.common
+      srvos.nixosModules.desktop
     ];
 
     ilmare.modules = with inputs; [
       disko.nixosModules.disko
       nixos-hardware.nixosModules.lenovo-thinkpad-x1-nano
       nixpkgs.nixosModules.notDetected
-      srvos.nixosModules.common
+      srvos.nixosModules.desktop
     ];
 
     manwe.modules = with inputs; [
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix
index 05e4145..6248ff3 100644
--- a/configurations/eonwe/default.nix
+++ b/configurations/eonwe/default.nix
@@ -20,10 +20,10 @@ with lib;
     android.enable = true;
     beets.enable = true;
     bluetooth.enable = true;
-    libvirtd.enable = true;
     incus.enable = true;
+    libvirtd.enable = true;
     mpd.enable = true;
-    qutebrowser.enable = true;
+    qutebrowser.enable = false; # FIXME https://github.com/NixOS/nixpkgs/pull/325773
   };
 
   hm = {
diff --git a/configurations/eonwe/vidya.nix b/configurations/eonwe/vidya.nix
index d2b85f5..5753ede 100644
--- a/configurations/eonwe/vidya.nix
+++ b/configurations/eonwe/vidya.nix
@@ -20,7 +20,7 @@
   hm.home.packages = with pkgs; [
     (crawl.override { tileMode = true; })
     (dwarf-fortress-packages.dwarf-fortress-full.override {
-      dfVersion = "0.47.05";
+      dfVersion = "50.13";
       theme = "cla";
       enableIntro = false;
       enableFPS = true;
@@ -32,6 +32,7 @@
     openmw
     openttd
     qzdl
+    r2modman
     vcmi
     xonotic
   ];

Consider giving Nix/NixOS a try! <3