huge update

This commit is contained in:
2024-09-04 09:14:29 -04:00
parent d468f20e0a
commit bfcf03de3b
19 changed files with 486 additions and 123 deletions

View File

@@ -6,7 +6,9 @@
inputs.home-manager.darwinModules.default
];
nixpkgs.hostPlatform = "aarch64-darwin";
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowBroken = true;
networking.hostName = "macbook";
@@ -41,15 +43,7 @@
skhd = {
enable = true;
skhdConfig = ''
cmd - return : kitty
'';
};
postgresql = {
enable = true;
ensureDatabases = [ "todos" ];
authentication = pkgs.lib.mkOverride 10 ''
#type database DBuser auth-method
local all all trust
cmd - return : wezterm
'';
};
};