mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
11 lines
129 B
Nix
11 lines
129 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [./gnome ./hypr ./sway];
|
|
|
|
desktopEnv.hyprland.enable = lib.mkDefault true;
|
|
}
|