Fixes home manager config
This commit is contained in:
parent
19a91f54c8
commit
cae5167858
2 changed files with 1 additions and 1 deletions
|
|
@ -23,5 +23,4 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
programs.home-manager.backupFileExtension = "backup";
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,7 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
backupFileExtension = "backup";
|
||||||
users = {
|
users = {
|
||||||
dennis = import ../../home/darwin-work.nix;
|
dennis = import ../../home/darwin-work.nix;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue