From 3f4cf6c4adc4760374c43022084983a1f40167fb Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Fri, 28 Feb 2025 05:33:55 +0800 Subject: [PATCH] refactor: move kitty into home-terminal.nix --- users/rafiq/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/rafiq/default.nix b/users/rafiq/default.nix index f7d4923..6bef381 100644 --- a/users/rafiq/default.nix +++ b/users/rafiq/default.nix @@ -7,6 +7,7 @@ ../../modules/home-sh.nix # bash and other shell specific configs ../../modules/home-wm.nix # window manager configs ../../modules/home-editor.nix # editor specific configs + ../../modules/home-terminal.nix # terminal emulator configs ]; home = { @@ -14,7 +15,6 @@ homeDirectory = "/home/rafiq"; packages = [ - pkgs.kitty pkgs.fastfetch pkgs.wl-clipboard ];