diff --git a/home/gwen/home.nix b/home/gwen/home.nix index 45409e5b..b7e8b640 100644 --- a/home/gwen/home.nix +++ b/home/gwen/home.nix @@ -1,7 +1,7 @@ { inputs, config, pkgs, lib, nix-colors, spicetify-nix, polymc, nixpkgs-f2k, ... }: let - theme = "nirvana"; + theme = "biscuit"; colors = import ../shared/cols/forest.nix { }; zjstatus = inputs.zjstatus; unstable = import @@ -47,11 +47,7 @@ in }; # The wallpaper used for swaybg - wallpaper = builtins.fetchurl rec { - name = "wallpaper-${sha256}.png"; - url = "https://media.githubusercontent.com/media/rxyhn/wallpapers/main/catppuccin/cat_leaves.png"; - sha256 = "1894y61nx3p970qzxmqjvslaalbl2skj5sgzvk38xd4qmlmi9s4i"; - }; + wallpaper = ../shared/walls/${theme}.jpg; home.sessionVariables.EDITOR = "nvim";