feat(flatpak): add to ahrc-pc
too
This commit is contained in:
parent
ffd1046dae
commit
bab170ed75
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@
|
|||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.ahurac = import ./ahrc-pc/home.nix;
|
||||
home-manager.extraSpecialArgs.flake-inputs = inputs;
|
||||
home-manager.users.ahurac.imports =
|
||||
[ flatpaks.homeManagerModules.nix-flatpak ./ahrc-pc/home.nix ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue