refactor: move kitty into home-terminal.nix

This commit is contained in:
Mohammad Rafiq 2025-02-28 05:33:55 +08:00
parent 329516eda4
commit 3f4cf6c4ad

View file

@ -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
];