diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index 3fc3dca..b778a50 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -1,9 +1,5 @@ { nvim-flake, self, ... }: -{ - pkgs, - config, - ... -}: +{ pkgs, config, ... }: { local = { remoteBuild.isBuilder = true; diff --git a/hosts/gerg-desktop/spicetify.nix b/hosts/gerg-desktop/spicetify.nix index 3ff5c8f..ad11c7f 100644 --- a/hosts/gerg-desktop/spicetify.nix +++ b/hosts/gerg-desktop/spicetify.nix @@ -8,7 +8,12 @@ in programs.spicetify = { enable = true; enabledExtensions = builtins.attrValues { - inherit (spicePkgs.extensions) adblock hidePodcasts shuffle betterGenres; + inherit (spicePkgs.extensions) + adblock + hidePodcasts + shuffle + betterGenres + ; }; theme = spicePkgs.themes.dribbblish; colorScheme = "custom"; diff --git a/hosts/gerg-desktop/vfio.nix b/hosts/gerg-desktop/vfio.nix index deb4d87..e697d7a 100644 --- a/hosts/gerg-desktop/vfio.nix +++ b/hosts/gerg-desktop/vfio.nix @@ -1,4 +1,4 @@ -{self, ...}: +{ self, ... }: { pkgs, lib, @@ -182,7 +182,7 @@ in }; systemd.tmpfiles.rules = [ "L /etc/Xorg/active.conf - - - - /etc/Xorg/2_mon.conf" - "L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${./Windows.xml}" + "L+ /var/lib/libvirt/qemu/Windows.xml - - - - ${self}/hosts/gerg-desktop/Windows.xml" ]; #_file } diff --git a/lib/default.nix b/lib/default.nix index 6cd1250..b75d532 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -33,7 +33,7 @@ rec { builtins.filter (lib.hasSuffix ".nix") (map toString (lib.filesystem.listFilesRecursive path)); listNixFilesRecursiveDiscardStringContext = - x: (map builtins.unsafeDiscardStringContext) (listNixFilesRecursive x); + x: listNixFilesRecursive (builtins.unsafeDiscardStringContext x); fixModuleSystem = file: