hosts: move xserver to services/

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-06-29 17:58:58 +05:30
parent f4a8493dce
commit f9e29ce77f
2 changed files with 6 additions and 16 deletions

View File

@@ -3,19 +3,19 @@ let
inherit (inputs) nixpkgs;
commonModules = [
{
_module.args = globalArgs;
}
./programs/neovim
./programs/nix
./programs/zsh
./programs/gnupg
./programs/git
./programs/doas
{
_module.args = globalArgs;
}
];
desktopModules = [
./programs/adb
./xorg.nix
./services/xserver
./wayland.nix
./sound.nix
];