summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-07 20:37:31 +0100
committeradikro <adikro@disroot.org>2025-12-07 20:37:31 +0100
commit6920fa481c927b1ec6735a00bab31f77cb00e961 (patch)
treed19ebcb9edde8ac325b0c75ab5b76614e26b406e /modules/hyprland.nix
parent4cf79fcc579909d334a81b23c1578daa41fff691 (diff)
reverted unstable kernel, added stable mesa specialization
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r--modules/hyprland.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index f3e35fa..471f696 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -2,6 +2,6 @@
{
programs.hyprland = {
enable = true;
- package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
+ # package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
};
}