feat(nvim): add init.lua
This commit is contained in:
parent
443488782f
commit
464060a355
10 changed files with 15 additions and 8 deletions
7
users/rafiq/modules/terminal.nix
Normal file
7
users/rafiq/modules/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