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