Update fish prompt and add to root user

This commit is contained in:
2026-07-08 11:31:02 +01:00
parent 700096aca1
commit e13a9fa82d
4 changed files with 99 additions and 6 deletions
+1
View File
@@ -21,6 +21,7 @@
{
home-manager.users.me = import ./home/common.nix;
home-manager.extraSpecialArgs = { inherit inputs; };
home-manager.users.root = import ./home/root.nix;
}
];
in {