cleanup enables, change wallpaper

This commit is contained in:
2025-11-03 19:23:29 -06:00
parent e21db6c245
commit 647c94bd6e
3 changed files with 1 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View File

@@ -7,7 +7,7 @@
}: let
program = "stylix";
cfg = config.dots.${program};
wallpaper = ../../assets/wallpapers/test.jpg;
wallpaper = ../../assets/wallpapers/sol.jpg;
in {
imports = [inputs.stylix.homeManagerModules.default];
@@ -60,13 +60,6 @@ in {
targets = {
waybar.enable = false;
kitty.enable = true;
btop.enable = true;
hyprland.enable = true;
hyprpaper.enable = true;
hyprlock.enable = true;
hyprlock.useWallpaper = true;
nvf.enable = true;
nvf.transparentBackground = true;
};
};