create base.nix

This commit is contained in:
Richie Cahill
2024-04-13 15:18:37 -04:00
parent 1fab349ff4
commit c67c8d74dc
6 changed files with 14 additions and 41 deletions

View File

@ -23,6 +23,7 @@ in
oderwat.indent-rainbow
usernamehw.errorlens
streetsidesoftware.code-spell-checker
github.copilot
# git
eamodio.gitlens
codezombiech.gitignore

View File

@ -4,7 +4,6 @@
./hardware.nix
../../syncthing_base.nix
];
nixpkgs.config.allowUnfree = true;
boot = {
useSystemdBoot = true;