Fix typo in wallpaper definition
This commit is contained in:
parent
0cb2ab6a4e
commit
b8c4d845f5
|
@ -85,7 +85,7 @@
|
|||
hardware-audio
|
||||
hardware-bluetooth
|
||||
./hosts/Vanguard/configuration.nix
|
||||
{home.users.xenia = {imports = [wallpaper];};}
|
||||
{home-manager.users.xenia = {imports = [wallpaper];};}
|
||||
./wm/sway.nix
|
||||
./services/sshd
|
||||
];
|
||||
|
@ -99,7 +99,7 @@
|
|||
hardware-bluetooth
|
||||
./hosts/N0245/configuration.nix
|
||||
./wm/sway.nix
|
||||
{home.users.elitherl = {imports = [wallpaper];};}
|
||||
{home-manager.users.elitherl = {imports = [wallpaper];};}
|
||||
./services/syncthing/N0245.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue