nixcfg/homeManagerModules/desktop/default.nix

9 lines
115 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [./defaultApps.nix ./theme.nix ./gnome ./hypr ./sway ./river];
}