Skip to content

Commit

Permalink
✏️ wallpaper variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elythh committed Jan 9, 2024
1 parent eb4177a commit ebe53b6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions home/gwen/home.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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";

Expand Down

0 comments on commit ebe53b6

Please sign in to comment.