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