Add kitty to root user

This commit is contained in:
RealStickman 2023-04-17 21:52:24 +02:00
parent 4841702cbb
commit a13f511d29

View File

@ -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 = {