mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Goodbye macintosh (3)
This commit is contained in:
parent
bdff4e069c
commit
56ea69644d
2 changed files with 3 additions and 3 deletions
|
@ -142,7 +142,7 @@
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
packages = packages;
|
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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -148,8 +148,8 @@ with lib;
|
||||||
|
|
||||||
'';
|
'';
|
||||||
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
xdg.configFile."hypr/hyprpaper.conf".text = ''
|
||||||
preload = ${../../machines/macintosh/wallpaper.jpg}
|
preload = ${../../machines/x2100/wallpaper.jpg}
|
||||||
wallpaper = ,${../../machines/macintosh/wallpaper.jpg}
|
wallpaper = ,${../../machines/x2100/wallpaper.jpg}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.swayidle = {
|
services.swayidle = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue