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

@ -8,7 +8,6 @@
{
# Adds some items from the server config without importing everything
security.auditd.enable = true;
nixpkgs.config.allowUnfree = true;
i18n = {
defaultLocale = "en_US.utf8";
@ -19,14 +18,8 @@
default = true;
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
};
users = {
defaultUserShell = pkgs.zsh;
mutableUsers = false;
};
networking = {

View File

@ -8,7 +8,6 @@
{
# Adds some items from the server config without importing everything
security.auditd.enable = true;
nixpkgs.config.allowUnfree = true;
i18n = {
defaultLocale = "en_US.utf8";
@ -19,14 +18,8 @@
default = true;
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
};
users = {
defaultUserShell = pkgs.zsh;
mutableUsers = false;
};
networking = {

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;