added gtk and hyprlock to hyprland

This commit is contained in:
2026-07-06 17:34:39 +01:00
parent 246745f2f7
commit 17c9f87218

View File

@@ -10,6 +10,7 @@
}: let
modules = with self.nixosModules; [
audio
gtkTheme
];
in {
imports = modules;
@@ -19,6 +20,9 @@
};
services.xserver.enable = true;
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
hyprlock
];
};
perSystem = {
pkgs,
@@ -33,6 +37,7 @@
// {
wpaperd = self'.packages.wpaperd;
kitty = self'.packages.kitty;
gotify-desktop = self'.packages.gotify-desktop;
otter-launcher = self'.packages.otter-launcher;
};
};