nixos/modules/desktop/default.nix

8 lines
No EOL
73 B
Nix

{ config, pkgs, ... }:
{
imports = [
./hyprland
./kitty
];
}