refactor: move nvf into home-editor.nix
This commit is contained in:
parent
e727f25804
commit
329516eda4
3 changed files with 19 additions and 5 deletions
7
modules/home-terminal.nix
Normal file
7
modules/home-terminal.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
kitty # default terminal emulator for hyprland
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue