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:
@ -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
|
||||
];
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
imports = [
|
||||
./syncthing.nix
|
||||
./console/yazi.nix
|
||||
./editor/default.nix
|
||||
./shell/default.nix
|
||||
./terminal/default.nix
|
||||
./editor
|
||||
./shell
|
||||
./terminal
|
||||
./syncthing.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user