fix things

This commit is contained in:
Don Harper 2023-10-07 22:11:13 -05:00
parent 4a618b8f51
commit fe192ebfb7
3 changed files with 1 additions and 8 deletions

View file

@ -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
```

View file

@ -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;
}

View file

@ -20,3 +20,4 @@
programs.go.enable = true;
};
}