This commit is contained in:
Till 2024-02-01 10:42:24 +01:00
parent af2735c0b2
commit 272e867aa6
5 changed files with 156 additions and 128 deletions

View file

@ -51,6 +51,13 @@
./home
];
};
"till@romulus" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux.extend inputs.nur.overlay;
extraSpecialArgs = { inherit inputs; };
modules = [
./home/minimal.nix
];
};
alt = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux.extend inputs.nur.overlay;
extraSpecialArgs = { inherit inputs; };