hm kitty to dir

This commit is contained in:
smayzy 2025-07-13 20:16:23 +02:00
parent d71fe5304c
commit bd68c1e103
3 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
./hyprland.nix ./hyprland.nix
./kitty.nix ./terminal
./lf ./lf
./webapps.nix ./webapps.nix
]; ];

View File

@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./kitty.nix
];
}