Fix broken wallpaper path
This commit is contained in:
parent
5b2f03257b
commit
ea8e055b1f
|
@ -58,7 +58,7 @@
|
|||
outputs = { self, nixpkgs, home-manager, ... }@inputs:
|
||||
let
|
||||
flakeURL = "git+https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
||||
wallpapers = { default = "${inputs.wallpapers}/waves/cat-waves.png"; };
|
||||
wallpapers = { default = ./wallpapers/waves/cat-waves.png; };
|
||||
catppuccin-themes = with inputs; {
|
||||
alacritty = "${catppuccin-alacritty}/catppuccin-macchiato.yml";
|
||||
bat = "${catppuccin-bat}/Catppuccin-macchiato.tmTheme";
|
||||
|
|
Loading…
Reference in a new issue