Update fish prompt and add to root user
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./fish
|
||||
./eza
|
||||
];
|
||||
|
||||
home.username = "root";
|
||||
home.homeDirectory = "/root";
|
||||
|
||||
home.stateVersion = "26.05";
|
||||
}
|
||||
Reference in New Issue
Block a user