Fix typo in wallpaper definition

This commit is contained in:
Evie Litherland-Smith 2023-06-26 09:25:01 +01:00
parent 0cb2ab6a4e
commit b8c4d845f5

View file

@ -85,7 +85,7 @@
hardware-audio hardware-audio
hardware-bluetooth hardware-bluetooth
./hosts/Vanguard/configuration.nix ./hosts/Vanguard/configuration.nix
{home.users.xenia = {imports = [wallpaper];};} {home-manager.users.xenia = {imports = [wallpaper];};}
./wm/sway.nix ./wm/sway.nix
./services/sshd ./services/sshd
]; ];
@ -99,7 +99,7 @@
hardware-bluetooth hardware-bluetooth
./hosts/N0245/configuration.nix ./hosts/N0245/configuration.nix
./wm/sway.nix ./wm/sway.nix
{home.users.elitherl = {imports = [wallpaper];};} {home-manager.users.elitherl = {imports = [wallpaper];};}
./services/syncthing/N0245.nix ./services/syncthing/N0245.nix
]; ];
}; };