modules/home/programs/default.nix: sort, remove /default.nix modules/nixos/desktop/default.nix: sort, remove /default.nix modules/nixos/system/default.nix: sort, remove /default.nix Signed-off-by: unexplrd <unexplrd@linerds.us>
11 lines
173 B
Nix
11 lines
173 B
Nix
{inputs, ...}: {
|
|
imports = with inputs; [
|
|
way-edges.homeManagerModules.default
|
|
./common/xdg-userdirs.nix
|
|
./gnome
|
|
./hyprland
|
|
./niri
|
|
./plasma
|
|
];
|
|
}
|