mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -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, ... }:
|
{ flake, ... }:
|
||||||
{
|
{
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
flake.inputs.nur.overlays.default
|
||||||
|
];
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
backupFileExtension = "backup5";
|
backupFileExtension = "backup5";
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit
|
inherit flake;
|
||||||
flake
|
|
||||||
;
|
|
||||||
};
|
};
|
||||||
sharedModules = [
|
|
||||||
{
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue