root user zsh

This commit is contained in:
mjallen18
2025-05-27 20:07:49 -05:00
parent a945e5fae7
commit 8826407643
8 changed files with 37 additions and 10 deletions

View File

@@ -475,6 +475,14 @@
pi5-sops-nix.homeManagerModules.sops
];
};
home-manager.users.root =
{ ... }:
{
imports = [
./share/root-user
pi5-sops-nix.homeManagerModules.sops
];
};
}
];
};
@@ -515,6 +523,14 @@
pi4-sops-nix.homeManagerModules.sops
];
};
home-manager.users.root =
{ ... }:
{
imports = [
./share/root-user
pi4-sops-nix.homeManagerModules.sops
];
};
}
];
};
@@ -544,6 +560,14 @@
steamdeck-steam-rom-manager.homeManagerModules.default
];
};
home-manager.users.root =
{ ... }:
{
imports = [
./share/root-user
steamdeck-sops-nix.homeManagerModules.sops
];
};
home-manager.backupFileExtension = "backup";
}