zaphyra's git: nixfiles

zaphyra's nixfiles

commit c10292854105b430e94d4a0592a5e736802a83f7
parent 60f25c48738facf426078ce183fee1a3763cf5d5
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Wed, 12 Nov 2025 17:23:56 +0100

Merge branch 'wip/zaphyra/main' into wip/void/catchup
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/config/home/zaphyra/programs/niri.nix b/config/home/zaphyra/programs/niri.nix
@@ -1,7 +1,6 @@
 {
   config,
   lib,
-  pkgs,
   ...
 }:
 
diff --git a/config/nixos/modules/hardware/video/intel.nix b/config/nixos/modules/hardware/video/intel.nix
@@ -23,7 +23,7 @@ in
     services.xserver.videoDrivers = [ "intel" ];
 
     environment.systemPackages = [ pkgs.vulkan-validation-layers ];
-    
+
     hardware.graphics = {
       enable = true;
       enable32Bit = true;
diff --git a/config/nixos/modules/services/resticBackup.nix b/config/nixos/modules/services/resticBackup.nix
@@ -124,9 +124,7 @@ in
               target:
               lib.nameValuePair "${element.name}-${target}" {
                 initialize = true;
-                inherit (element.value) user;
-                inherit (element.value) passwordFile;
-                inherit (element.value) timerConfig;
+                inherit (element.value) user passwordFile timerConfig;
                 repository = cfg.targets."${target}".repository + "/${config.networking.hostName}-${element.name}";
                 paths = lib.mkMerge [
                   element.value.paths