Works on Darwin

This commit is contained in:
greg-compass
2022-09-07 20:01:51 -05:00
parent 16e54a97b4
commit 4a86e70de4
33 changed files with 123 additions and 110 deletions
+22
View File
@@ -0,0 +1,22 @@
{ ... }:
{
imports = [
./automatic
./backup.nix
./gnome.nix
./home.nix
./linode.nix
./linux.nix
./proxy.nix
./rpi4.nix
./tailscale.nix
];
system.stateVersion = "22.05";
# I am a fan of network manager, myself
networking.networkmanager.enable = true;
nix.settings.auto-optimise-store = true;
}