Use feh for managing wallpaper

This commit is contained in:
Oliver Davies 2024-01-08 01:13:35 +00:00
parent c700329642
commit e87b718592
4 changed files with 16 additions and 7 deletions

View file

@ -34,8 +34,5 @@
};
};
xdg.configFile.wallpaper = {
source = ../../../config/wallpaper;
recursive = true;
};
programs.feh.enable = true;
}