Try to fix pullomatic
This commit is contained in:
parent
1fb7f39056
commit
fafe96e03d
2 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ in {
|
|||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
home-manager.backupFileExtension = "backup";
|
||||
nix-index.enable = true;
|
||||
nix-index.enableZshIntegration = true;
|
||||
nix-index-database.comma.enable = true;
|
||||
|
|
|
|||
|
|
@ -71,4 +71,5 @@ in {
|
|||
|
||||
users.users = rootUser.users.users // ironmagmaUser.users.users // {};
|
||||
home-manager.users = rootUser.home-manager.users;
|
||||
home-manager.backupFileExtension = "backup";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue