nixcfg/nixosModules/desktopConfig/windowManagers/default.nix

5 lines
61 B
Nix
Raw Normal View History

2024-03-29 08:40:42 -04:00
{ pkgs, lib, config, ... }: {
imports = [ ./hyprland ];
}