nixcfg/homeManagerModules/desktopEnv/default.nix

8 lines
117 B
Nix
Raw Normal View History

2024-03-28 19:52:15 -04:00
{ config, lib, pkgs, ... }:
{
imports = [ ./gnome ./hypr ];
desktopEnv.hyprland.enable = lib.mkDefault true;
}