1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: use extra-modules to set wallpaper

This commit is contained in:
oddlama 2023-12-25 18:13:29 +01:00
parent 3036c53d87
commit d10cd74dc6
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 11 additions and 36 deletions

View file

@ -9,9 +9,10 @@
useUserPackages = true;
verbose = true;
sharedModules = [
inputs.extra-modules.homeManagerModules.default
inputs.nix-index-database.hmModules.nix-index
inputs.wired-notify.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
inputs.wired-notify.homeManagerModules.default
{
home.stateVersion = config.system.stateVersion;
}