Skip to content

Commit

Permalink
chore(nix): change wallpaper
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Oct 29, 2024
1 parent 79eb755 commit c962da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nix/homes/x86_64-linux/sab@nz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ in {
wlogout = enabled;
hyprlock = disabled;
wezterm = enabled;
wallpaper = "${wallpapers}/share/wallpapers/nature/mountan-orange.png";
wallpaper = "${wallpapers}/share/wallpapers/catppuccin/lake-purple.jpg";

waypaper = {
enable = true;
Expand Down
2 changes: 1 addition & 1 deletion nix/systems/x86_64-linux/nz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
wallpapers = inputs.wallpapers-nix.packages.${pkgs.system}.full;
in {
imports = [./hardware-configuration.nix];
system.wallpaper = "${wallpapers}/share/wallpapers/catppuccin/bench.png";
system.wallpaper = "${wallpapers}/share/wallpapers/catppuccin/lake-purple.jpg";
# Enable Bootloader
system.boot.efi.enable = true;
system.battery.enable = true; # Only for laptops, they will still work without it, just improves battery life
Expand Down

0 comments on commit c962da6

Please sign in to comment.