made desktop consistent

This commit is contained in:
2026-07-07 17:26:08 +01:00
parent 40862064c9
commit 2d158c556f

View File

@@ -1,13 +1,9 @@
{
self,
inputs,
moduleWithSystem,
...
}: {
flake.nixosModules.desktop = {
pkgs,
lib,
...
}: let
flake.nixosModules.desktop = moduleWithSystem ({...}: let
modules = with self.nixosModules; [
core
hyprland
@@ -17,5 +13,5 @@
];
in {
imports = modules;
};
});
}