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
+13
View File
@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
imports = [
./fish
./eza
];
home.username = "root";
home.homeDirectory = "/root";
home.stateVersion = "26.05";
}