fixed otter having a weird module

This commit is contained in:
2026-07-04 18:25:07 +01:00
parent 0f1b783aa3
commit 5d7739d0f6

View File

@@ -3,16 +3,6 @@
inputs,
...
}: {
flake.nixosModules.hypr = {
pkgs,
lib,
...
}: {
programs.hypr = {
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
};
perSystem = {
pkgs,
lib,