nixcfg/home/features/desktop/default.nix
nomadics9 16170bdebc init
2024-10-06 19:48:10 +03:00

11 lines
142 B
Nix

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