hosts: rename modules -> programs

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 17:33:24 +05:30
parent 31bec468c8
commit 30934f006c
4 changed files with 3 additions and 3 deletions

View File

@@ -5,14 +5,14 @@ let
commonModules = [ commonModules = [
./nvim.nix ./nvim.nix
./nix.nix ./nix.nix
./modules/zsh ./programs/zsh
./modules/gnupg ./programs/gnupg
{ {
_module.args = globalArgs; _module.args = globalArgs;
} }
]; ];
desktopModules = [ desktopModules = [
./modules/adb ./programs/adb
./xorg.nix ./xorg.nix
./wayland.nix ./wayland.nix
./desktop-pkgs.nix ./desktop-pkgs.nix