mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-08 10:49:23 +01:00
3 lines
No EOL
119 B
Bash
Executable file
3 lines
No EOL
119 B
Bash
Executable file
#!/usr/bin/env bash
|
|
sudo ln -s $(pwd)/flake.nix /etc/nixos/flake.nix
|
|
sudo ln -s $(pwd)/flake.lock /etc/nixos/flake.lock |