fix things
This commit is contained in:
parent
4a618b8f51
commit
fe192ebfb7
3 changed files with 1 additions and 8 deletions
|
|
@ -2,10 +2,3 @@
|
|||
|
||||
My NixOS configs
|
||||
|
||||
## Steps to automate:
|
||||
```
|
||||
sudo/doas nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
|
||||
sudo/doas nix-channel --add https://github.com/rycee/home-manager/archive/master.tar.gz home-manager
|
||||
sudo/doas nix-channel --add https://nixos.org/channels/nixos-unstable nixos
|
||||
sudo/doas nix-channel --update
|
||||
```
|
||||
|
|
|
|||
|
|
@ -10,5 +10,4 @@
|
|||
home.file.".bash_profile".source = files/bash/bash_profile;
|
||||
home.file.".bashrc".source = files/bash/bashrc;
|
||||
home.file.".bash_ssh".source = files/bash/bash_ssh;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@
|
|||
programs.go.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue