refactor: move kitty into home-terminal.nix
This commit is contained in:
parent
329516eda4
commit
3f4cf6c4ad
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
../../modules/home-sh.nix # bash and other shell specific configs
|
../../modules/home-sh.nix # bash and other shell specific configs
|
||||||
../../modules/home-wm.nix # window manager configs
|
../../modules/home-wm.nix # window manager configs
|
||||||
../../modules/home-editor.nix # editor specific configs
|
../../modules/home-editor.nix # editor specific configs
|
||||||
|
../../modules/home-terminal.nix # terminal emulator configs
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
@ -14,7 +15,6 @@
|
||||||
homeDirectory = "/home/rafiq";
|
homeDirectory = "/home/rafiq";
|
||||||
|
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.kitty
|
|
||||||
pkgs.fastfetch
|
pkgs.fastfetch
|
||||||
pkgs.wl-clipboard
|
pkgs.wl-clipboard
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue