Add kitty to root user
This commit is contained in:
parent
4841702cbb
commit
a13f511d29
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user