modules/home/desktop/default.nix: sort, remove /default.nix

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>
This commit is contained in:
2025-03-30 00:31:26 +02:00
parent 686c3f73f9
commit d8b372c165
4 changed files with 15 additions and 14 deletions

View File

@ -2,9 +2,9 @@
imports = with inputs; [
way-edges.homeManagerModules.default
./common/xdg-userdirs.nix
./hyprland/default.nix
./gnome/default.nix
./niri/default.nix
./plasma/default.nix
./gnome
./hyprland
./niri
./plasma
];
}