nixos/home/homePrograms/default.nix

9 lines
No EOL
77 B
Nix

{ ... }:
{
imports = [
./hyprland.nix
./kitty.nix
./zsh
];
}