all repos — nixfiles @ b76008ec6b5f50ee06e636ada50a71076a822cf5

System and user configuration, managed by nix and home-manager

ui: configure kitty
Alan Pearce alan@alanpearce.eu
Thu, 16 May 2024 23:47:04 +0200
commit

b76008ec6b5f50ee06e636ada50a71076a822cf5

parent

18ed3572ae444dbbb8e64adbc29639290cbadb21

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M user/settings/user-interface.nixuser/settings/user-interface.nix
@@ -6,6 +6,9 @@ let   inherit (pkgs) stdenv;
 in
 {
+  imports = [
+    ./kitty.nix
+  ];
   home.sessionVariables = {
     TERMINAL = "xterm";
   };
@@ -26,8 +29,6 @@ };   };
   home.packages = with pkgs;
     [
-      kitty
-
       hack-font
       ibm-plex
       inter