nixcfg/homeManagerModules/desktop/default.nix
Aly Raffauf 4da4930db9 code refactor for new host and user configs
fallarbor: added disko and fixed nixos-hardwarem odule import

fallarbor: added appropriate flake entries
2024-04-18 15:29:46 -04:00

9 lines
85 B
Nix

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