mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
use config.xdg.configHome
This commit is contained in:
parent
e9cd726a29
commit
dab9d5a28a
2 changed files with 7 additions and 5 deletions
|
|
@ -128,13 +128,14 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
nixpkgs.overlays = [attic.overlays.default];
|
||||
|
||||
users.users.ryanccn.home = "/Users/ryanccn";
|
||||
home-manager.users.ryanccn = import ./home.nix {
|
||||
home-manager.extraSpecialArgs = {
|
||||
agenixModule = agenix.homeManagerModules.age;
|
||||
ctpModule = catppuccin.homeManagerModules.catppuccin;
|
||||
};
|
||||
nixpkgs.overlays = [attic.overlays.default];
|
||||
|
||||
users.users.ryanccn.home = "/Users/ryanccn";
|
||||
home-manager.users.ryanccn = import ./home.nix;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue