7 lines
100 B
Nix
7 lines
100 B
Nix
{ config, pkgs, inputs, ... }:
|
|
{
|
|
imports = [ ./wm_apps.nix ];
|
|
|
|
programs.hyprland.enable = true;
|
|
}
|