trying to get darkly to work

This commit is contained in:
Chris Cochrun 2025-03-13 11:46:44 -05:00
parent 08b073d709
commit eaeb0247bd
2 changed files with 20 additions and 20 deletions

View file

@ -137,7 +137,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
# home-manager.extraSpecialArgs = { inherit ags; };
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.users.chris = import ./home/home.nix;
}
];