mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
chore: switched home manager module to new convention
This commit is contained in:
parent
3908f12e5d
commit
16c70361a6
1 changed files with 6 additions and 8 deletions
|
|
@ -1,18 +1,16 @@
|
|||
{ flake, ... }:
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [
|
||||
flake.inputs.nur.overlays.default
|
||||
];
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup5";
|
||||
extraSpecialArgs = {
|
||||
inherit
|
||||
flake
|
||||
;
|
||||
inherit flake;
|
||||
};
|
||||
sharedModules = [
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue