Compare commits

..

2 Commits

Author SHA1 Message Date
61fb81abef update wallpaper to yveltal, me likes 2025-11-03 19:59:53 -06:00
03c0b51343 change wallpaper again lmao 2025-11-03 19:37:04 -06:00
3 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@@ -7,10 +7,11 @@
}: let }: let
program = "stylix"; program = "stylix";
cfg = config.dots.${program}; cfg = config.dots.${program};
wallpaper = ../../assets/wallpapers/sol.jpg; #wallpaper = ../../assets/wallpapers/pingpong.jpg;
wallpaper = ../../assets/wallpapers/yveltal.jpg;
in { in {
imports = [inputs.stylix.homeManagerModules.default]; imports = [inputs.stylix.homeModules.default];
options.dots.${program} = { options.dots.${program} = {
enable = lib.mkEnableOption "enables ${program}"; enable = lib.mkEnableOption "enables ${program}";