Home-manager macOS config fix
This commit is contained in:
@@ -25,13 +25,7 @@
|
|||||||
system.stateVersion = 5;
|
system.stateVersion = 5;
|
||||||
|
|
||||||
# Home-manager module.
|
# Home-manager module.
|
||||||
home-manager = {
|
home-manager.users.trude = import ./home.nix;
|
||||||
extraSpecialArgs = {inherit inputs;};
|
|
||||||
backupFileExtension = "backup";
|
|
||||||
users = {
|
|
||||||
"trude" = import ./home.nix;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Configs
|
# Configs
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user