test iso
This commit is contained in:
@@ -37,6 +37,15 @@
|
||||
];
|
||||
};
|
||||
|
||||
environment.etc."wallpaper.jpg".source = ./../../users/nathan/home-manager/dotfiles/Wallpaper/bluescape.jpg;
|
||||
|
||||
system.activationScripts."wallpaperInit" = {
|
||||
text = ''
|
||||
mkdir -p /tmp/aurora/wallpaper
|
||||
cp /etc/wallpaper.jpg /tmp/aurora/wallpaper/wallpaper.jpg
|
||||
'';
|
||||
};
|
||||
|
||||
users.users.nixos.enable = lib.mkForce false;
|
||||
|
||||
networking = {
|
||||
|
||||
Reference in New Issue
Block a user