6 lines
101 B
Bash
Executable file
6 lines
101 B
Bash
Executable file
#!/usr/bin/env bash
|
|
rm -rf ./home ./system
|
|
cp -r /etc/nixos ./system
|
|
cp -r ~/.config/nixpkgs ./home
|
|
|