diff --git a/flake.lock b/flake.lock index 821a6ef..5a203b5 100644 --- a/flake.lock +++ b/flake.lock @@ -336,11 +336,11 @@ ] }, "locked": { - "lastModified": 1745771770, - "narHash": "sha256-kC1yYNAO69i0Q9nnQFTxu5kdwcoHRE7x4jtJyIB5QSg=", + "lastModified": 1745782215, + "narHash": "sha256-mx27J2HYQT+nGXTyUWKrUuxRzpr1FVVr59ZH4oNzOyw=", "owner": "nix-community", "repo": "home-manager", - "rev": "0fbd8207e913b2d1660a7662f9ae80e5e639de65", + "rev": "7b2aae3fb39928aecc5e41c10a9c87c4881614d5", "type": "github" }, "original": { @@ -796,11 +796,11 @@ "nvf": "nvf_2" }, "locked": { - "lastModified": 1745779657, - "narHash": "sha256-sjUC8ehw9aielbPtA1tyxcMdM+pGVuVfRS23CZN46MA=", + "lastModified": 1745783967, + "narHash": "sha256-Ov9q0ZRw/qFSKvtYMSiTZM3qFAgdGieIaA0lUudX03E=", "ref": "refs/heads/main", - "rev": "4016a2c502fc79a836326005e90a77a6423b69ae", - "revCount": 10, + "rev": "c8e9352eda3a029984aee7d433441a646ed7411a", + "revCount": 11, "type": "git", "url": "https://gitea.homework.zip/five/neovim" }, diff --git a/nixos/system/stylix.nix b/nixos/system/stylix.nix index 0615558..56dde28 100644 --- a/nixos/system/stylix.nix +++ b/nixos/system/stylix.nix @@ -1,7 +1,7 @@ {pkgs, ...}: { stylix = { enable = true; - image = ./../../src/wallpapers/dark-cat.png; + image = ./../../src/wallpapers/monoe.png; base16Scheme = ./../../src/themes/moss.yaml; polarity = "dark"; autoEnable = true; diff --git a/src/wallpapers/monoe.png b/src/wallpapers/monoe.png new file mode 100644 index 0000000..3cf66ae Binary files /dev/null and b/src/wallpapers/monoe.png differ