nixcfg/home/features/desktop/default.nix
2024-09-10 13:59:56 +02:00

11 lines
126 B
Nix

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