From a1f17450c33c95c60a45c75f56356c1f395bf6b0 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 21 Oct 2024 00:10:40 -0400 Subject: [PATCH] pacifidlog: theme -> default-dark; set new legion wallpaper (#139) --- flake.lock | 6 +++--- hosts/pacifidlog/stylix.nix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 0abc5707..9ba23cc0 100644 --- a/flake.lock +++ b/flake.lock @@ -789,11 +789,11 @@ "wallpapers": { "flake": false, "locked": { - "lastModified": 1728177558, - "narHash": "sha256-jD8GijFjpcjKb2O0g73utSoNkk/J8XLK4jFqhjboN44=", + "lastModified": 1729483172, + "narHash": "sha256-aXYgx0DdFGVHscztbmr//bnzB9N4NX1l9agyfbt3Kas=", "owner": "alyraffauf", "repo": "wallpapers", - "rev": "767fa4a1faa166ed2f18297c013aefbd062432b8", + "rev": "5e2a0ae70fa8c84918d6f1f6909456e4e57346bb", "type": "github" }, "original": { diff --git a/hosts/pacifidlog/stylix.nix b/hosts/pacifidlog/stylix.nix index 194f2331..b264c09e 100644 --- a/hosts/pacifidlog/stylix.nix +++ b/hosts/pacifidlog/stylix.nix @@ -5,8 +5,8 @@ }: { stylix = { enable = true; - base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; - image = "${self.inputs.wallpapers}/wallhaven-3lyrvy.png"; + base16Scheme = "${pkgs.base16-schemes}/share/themes/default-dark.yaml"; + image = "${self.inputs.wallpapers}/Legion_Go_Meteorite_Wallpaper.jpg"; imageScalingMode = "fill"; polarity = "dark";