nixcfg/home/features/desktop/default.nix
2024-09-10 12:31:27 +02:00

10 lines
110 B
Nix

{pkgs, ...}: {
imports = [
./hyprland.nix
./wayland.nix
];
home.packages = with pkgs; [
];
}