nixcfg/home/aly-hyprland.nix

7 lines
111 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
imports =
[ ./common.nix ./common-gui.nix ./hypr ./waybar ./mako ./fuzzel ];
}