This commit is contained in:
Michael Thomson
2026-02-17 10:01:22 -05:00
parent e7d0282ec8
commit 8cbc0e30a8
11 changed files with 110 additions and 157 deletions

View File

@@ -11,7 +11,7 @@
...
}: {
imports = [
inputs.home-manager.nixosModules.default
../../modules/common/common.nix
../../modules/nixos/user.nix
../../modules/nixos/postgres.nix
../../modules/nixos/podman.nix
@@ -37,20 +37,7 @@
dconf
];
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
programs.nix-ld.enable = true;
home-manager = {
extraSpecialArgs = {inherit inputs;};
useGlobalPkgs = true;
useUserPackages = true;
users = {
mthomson = import ./home.nix;
};
};
system.stateVersion = "24.11";
}