mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
5 lines
No EOL
174 B
Bash
Executable file
5 lines
No EOL
174 B
Bash
Executable file
echo "Copying configurations"
|
|
cp .config/* ~/.config/ -r
|
|
sudo cp configuration.nix /etc/nixos/configuration.nix
|
|
sudo cp home.nix /etc/nixos/home.nix
|
|
sudo nixos-rebuild switch |