setup script
This commit is contained in:
parent
c1b93be410
commit
b378d982c0
1 changed files with 9 additions and 0 deletions
9
playbooks/nix-setup
Executable file
9
playbooks/nix-setup
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
HOME_MANAGER="$HOME/.config/home-manager"
|
||||
mkdir -p "${HOME_MANAGER}"
|
||||
mkdir -p ~/.config/nix
|
||||
|
||||
ln -s ~/.dotfiles/nix/.nix-channels ~/.nix-channels
|
||||
ln -s ~/.dotfiles/nix/home-manager/home.nix "${HOME_MANAGER}/home.nix"
|
||||
ln -s ~/.dotfiles/nix/home-manager/flake.nix "${HOME_MANAGER}/flake.nix"
|
||||
ln -s ~/.dotfiles/nix/home-manager/flake.lock "${HOME_MANAGER}/flake.lock"
|
Loading…
Add table
Reference in a new issue