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
|
||||
home-manager = {
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
usesGlobalPkgs = true;
|
||||
usesUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
home-manager.sharedModules = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
users = {
|
||||
"alex" = import ./home.nix;
|
||||
};
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
backupFileExtension = "backup";
|
||||
sharedModules = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
];
|
||||
users = {
|
||||
"alex" = import ./home.nix;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user