nixcfg/home/features/desktop/default.nix

10 lines
110 B
Nix
Raw Normal View History

2024-09-05 14:34:40 +02:00
{pkgs, ...}: {
imports = [
2024-09-10 12:31:27 +02:00
./hyprland.nix
2024-09-05 14:34:40 +02:00
./wayland.nix
];
home.packages = with pkgs; [
];
}