Goodbye macintosh (3)

This commit is contained in:
Julien Malka 2023-08-18 10:53:12 +02:00
parent bdff4e069c
commit 56ea69644d
Signed by: Luj
GPG key ID: 6FC74C847011FD83
2 changed files with 3 additions and 3 deletions

View file

@ -142,7 +142,7 @@
hydraJobs = {
packages = packages;
machines = lib.filterAttrs (n: v: n != "macintosh") (lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations);
machines = lib.mapAttrs (_: v: v.config.system.build.toplevel) self.nixosConfigurations;
};
};
}

View file

@ -148,8 +148,8 @@ with lib;
'';
xdg.configFile."hypr/hyprpaper.conf".text = ''
preload = ${../../machines/macintosh/wallpaper.jpg}
wallpaper = ,${../../machines/macintosh/wallpaper.jpg}
preload = ${../../machines/x2100/wallpaper.jpg}
wallpaper = ,${../../machines/x2100/wallpaper.jpg}
'';
services.swayidle = {