add home configuration for ks
All checks were successful
/ build-all (push) Successful in 1m46s

This commit is contained in:
ant 2025-09-02 20:59:35 +02:00
parent 6e09fcfb18
commit 336a40974a

View file

@ -66,6 +66,20 @@
]; ];
}; };
homeConfigurations."ant@ks" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
inherit pkgs-unstable;
variant = "hs";
};
modules = [
{ home.username = "ant"; }
./home/home.nix
];
};
homeConfigurations."ant@basado" = inputs.home-manager.lib.homeManagerConfiguration { homeConfigurations."ant@basado" = inputs.home-manager.lib.homeManagerConfiguration {
inherit pkgs; inherit pkgs;