This commit is contained in:
2026-04-24 00:42:35 -05:00
parent 2f89e5771d
commit 2afd0e1ba9
2 changed files with 44 additions and 0 deletions

View File

@@ -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 = {