mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Fixed a syntax inconsitancy and added home Manager options to darwin
This commit is contained in:
parent
8eb9089a59
commit
a29e1e1e5e
@ -40,6 +40,12 @@
|
|||||||
# HomeManager
|
# HomeManager
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
|
usesGlobalPkgs = true;
|
||||||
|
usesUserPackages = true;
|
||||||
|
backupFileExtension = "backup";
|
||||||
|
home-manager.sharedModules = [
|
||||||
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
|
];
|
||||||
users = {
|
users = {
|
||||||
"alex" = import ./home.nix;
|
"alex" = import ./home.nix;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user