mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-12-22 03:32:54 -05:00
mauville/stylix: gruvbox -> catppuccin frape; new wallpaper
This commit is contained in:
parent
4b0ef05dae
commit
d91a3b112a
|
@ -746,11 +746,11 @@
|
|||
"wallpapers": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1729483172,
|
||||
"narHash": "sha256-aXYgx0DdFGVHscztbmr//bnzB9N4NX1l9agyfbt3Kas=",
|
||||
"lastModified": 1734048617,
|
||||
"narHash": "sha256-v/y+hj5RjD8Q9Ytmo0K4nbZxqIke4R0YDUceKsCxs2o=",
|
||||
"owner": "alyraffauf",
|
||||
"repo": "wallpapers",
|
||||
"rev": "5e2a0ae70fa8c84918d6f1f6909456e4e57346bb",
|
||||
"rev": "ffc0c69033ce548d9ba9d0271d89b3335fde2ff7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
}: {
|
||||
stylix = {
|
||||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-light-hard.yaml";
|
||||
image = "${self.inputs.wallpapers}/wallhaven-3lyrvy.png";
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
||||
image = "${self.inputs.wallpapers}/wallhaven-yxdrex.png";
|
||||
imageScalingMode = "fill";
|
||||
polarity = "light";
|
||||
polarity = "dark";
|
||||
|
||||
cursor = {
|
||||
name = "Adwaita";
|
||||
|
|
Loading…
Reference in a new issue