refactor: move nvf into home-editor.nix

This commit is contained in:
Mohammad Rafiq 2025-02-28 05:28:14 +08:00
parent e727f25804
commit 329516eda4
3 changed files with 19 additions and 5 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
kitty # default terminal emulator for hyprland
];
}