mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
6 lines
No EOL
199 B
Bash
Executable file
6 lines
No EOL
199 B
Bash
Executable file
echo "Copying configurations"
|
|
cp .config/* ~/.config/ -r
|
|
cp .default-python-packages ~
|
|
sudo cp *.nix /etc/nixos/
|
|
sudo nixos-rebuild switch --show-trace --recreate-lock-file
|
|
cp /etc/nixos/flake.lock . |