hm kitty to dir
This commit is contained in:
parent
d71fe5304c
commit
bd68c1e103
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
./kitty.nix
|
./terminal
|
||||||
./lf
|
./lf
|
||||||
./webapps.nix
|
./webapps.nix
|
||||||
];
|
];
|
||||||
|
|||||||
6
modules/home-manager/terminal/default.nix
Normal file
6
modules/home-manager/terminal/default.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ lib, config, pkgs, ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./kitty.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user