From 56ea69644db303450391c0414136cd5a516c368c Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 18 Aug 2023 10:53:12 +0200 Subject: [PATCH] Goodbye macintosh (3) --- flake.nix | 2 +- home-manager-modules/hyprland/default.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 72b209d..a608ee9 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; } diff --git a/home-manager-modules/hyprland/default.nix b/home-manager-modules/hyprland/default.nix index 0039343..1e8e1dc 100644 --- a/home-manager-modules/hyprland/default.nix +++ b/home-manager-modules/hyprland/default.nix @@ -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 = {