diff --git a/flake.lock b/flake.lock index e32e4d4..6ad695b 100644 --- a/flake.lock +++ b/flake.lock @@ -73,11 +73,11 @@ ] }, "locked": { - "lastModified": 1768603898, - "narHash": "sha256-vRV1dWJOCpCal3PRr86wE2WTOMfAhTu6G7bSvOsryUo=", + "lastModified": 1768949235, + "narHash": "sha256-TtjKgXyg1lMfh374w5uxutd6Vx2P/hU81aEhTxrO2cg=", "owner": "nix-community", "repo": "home-manager", - "rev": "2a63d0e9d2c72ac4d4150ebb242cf8d86f488c8c", + "rev": "75ed713570ca17427119e7e204ab3590cc3bf2a5", "type": "github" }, "original": { @@ -97,11 +97,11 @@ ] }, "locked": { - "lastModified": 1767801421, - "narHash": "sha256-z6+cVdgkJSz+MLUOChLDUZsiBP/h6tuAZSjVG+66jpo=", + "lastModified": 1769526953, + "narHash": "sha256-HIBfW2JODixwfblH7b+WhO94h+JM1L2Bxlgv9Ql2fR4=", "owner": "KoenDR06", "repo": "nix-hyprland", - "rev": "4efff468c6435080b0716fd289ab7c06c4bb215f", + "rev": "902971932de932f21ae41ffc068ec1f2d5f606f5", "type": "github" }, "original": { @@ -112,11 +112,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1768621446, - "narHash": "sha256-6YwHV1cjv6arXdF/PQc365h1j+Qje3Pydk501Rm4Q+4=", + "lastModified": 1769318308, + "narHash": "sha256-Mjx6p96Pkefks3+aA+72lu1xVehb6mv2yTUUqmSet6Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "72ac591e737060deab2b86d6952babd1f896d7c5", + "rev": "1cd347bf3355fce6c64ab37d3967b4a2cb4b878c", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index daa83ce..c6bf3a3 100644 --- a/flake.nix +++ b/flake.nix @@ -58,23 +58,24 @@ in { formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra); - nixosConfigurations = nixpkgs.lib.genAttrs hosts (host: - nixpkgs.lib.nixosSystem { - specialArgs = { - inherit inputs outputs lib; - }; - modules = [ - ./modules - ./dots - ./machines/${host}/configuration.nix - home-manager.nixosModules.home-manager - agenix.nixosModules.default - nix-hyprland.nixosModules.default - { - home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager]; - } - ]; - } + nixosConfigurations = nixpkgs.lib.genAttrs hosts ( + host: + nixpkgs.lib.nixosSystem { + specialArgs = { + inherit inputs outputs lib; + }; + modules = [ + ./modules + ./dots + ./machines/${host}/configuration.nix + home-manager.nixosModules.home-manager + agenix.nixosModules.default + nix-hyprland.nixosModules.default + { + home-manager.sharedModules = [plasma-manager.homeModules.plasma-manager]; + } + ]; + } ); }; } diff --git a/machines/artemis/modules.nix b/machines/artemis/modules.nix index e4c0f29..40208c2 100644 --- a/machines/artemis/modules.nix +++ b/machines/artemis/modules.nix @@ -13,6 +13,7 @@ y = 0; bar = "top"; scale = 1.175; # Idk why hyprland doesn't think 1.25 is invalid but whatever. + wallpaper = ../../misc/wallpaper.png; } ]; }; diff --git a/misc/wallpaper.jpg b/misc/default-wallpaper.jpg similarity index 100% rename from misc/wallpaper.jpg rename to misc/default-wallpaper.jpg diff --git a/misc/landscape.png b/misc/landscape.png index e963cad..6c763bf 100644 Binary files a/misc/landscape.png and b/misc/landscape.png differ diff --git a/misc/portrait.png b/misc/portrait.png index f46b0c2..1fcc0d7 100644 Binary files a/misc/portrait.png and b/misc/portrait.png differ diff --git a/misc/wallpaper.png b/misc/wallpaper.png new file mode 100644 index 0000000..5ba95d8 Binary files /dev/null and b/misc/wallpaper.png differ diff --git a/modules/apps/dev/default.nix b/modules/apps/dev/default.nix index ef0041d..139b7b1 100644 --- a/modules/apps/dev/default.nix +++ b/modules/apps/dev/default.nix @@ -60,6 +60,5 @@ in { programs.nix-ld.libraries = with pkgs; [ dotnetCorePackages.sdk_9_0 ]; - }; } diff --git a/modules/wm/hyprland/default.nix b/modules/wm/hyprland/default.nix index 908eb2b..4661ed2 100644 --- a/modules/wm/hyprland/default.nix +++ b/modules/wm/hyprland/default.nix @@ -173,6 +173,7 @@ in { monitors = { addDefault = true; + defaultWallpaper = ../../../misc/default-wallpaper.jpg; }; sleep = {