nix-config/users/desktops/common/default.nix

8 lines
71 B
Nix

{ ... }:
{
imports = [
./programs.nix
./hyprland.nix
];
}