diff options
Diffstat (limited to 'home/rices')
| -rw-r--r-- | home/rices/finals/stylix.nix | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/home/rices/finals/stylix.nix b/home/rices/finals/stylix.nix index f2c9b81..447e0dd 100644 --- a/home/rices/finals/stylix.nix +++ b/home/rices/finals/stylix.nix @@ -1,7 +1,11 @@ {pkgs, ...}: { - stylix.targets = { - alacritty.enable = false; - dunst.enable = false; + stylix = { + base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; + image = ../../../assets/wallpapers/insert_coin.jpeg; + targets = { + alacritty.enable = false; + dunst.enable = false; + }; }; gtk = { enable = true; |
