mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
7 lines
229 B
Bash
7 lines
229 B
Bash
|
|
cp /etc/nixos/hardware-configuration.nix hosts/nixos/hardware-configuration.nix
|
||
|
|
sleep 1
|
||
|
|
mkdir -p ~/Pictures/wallpapers
|
||
|
|
sleep 1
|
||
|
|
cp ./wallpaper/wallpaper.png ~/Pictures/wallpapers/
|
||
|
|
sleep 1
|
||
|
|
sudo nixos-rebuild switch --flake .#nixos
|