Add kitty to root user
This commit is contained in:
parent
6bcfdcceeb
commit
15c0137ac6
@ -14,6 +14,9 @@ in
|
|||||||
home.username = "root";
|
home.username = "root";
|
||||||
home.homeDirectory = "/root";
|
home.homeDirectory = "/root";
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = "22.11";
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
kitty # terminfo support
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
fish = {
|
fish = {
|
||||||
|
Loading…
Reference in New Issue
Block a user