nixcfg/home/features/desktop/default.nix

11 lines
126 B
Nix
Raw Normal View History

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