summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-30 17:43:12 +0100
committeradikro <adikro@disroot.org>2025-11-30 17:43:12 +0100
commit2ea2c4ee8c36927036934d9d563998adf48b4bcc (patch)
treeadc70c57ff4b8c4764dc4ec319f1db522781c47e /modules/hyprland.nix
parent896e7b5791c4723313790b1e07e867fcd7003212 (diff)
yeah i forgot what i did here
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r--modules/hyprland.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
index 295cd7d..f3e35fa 100644
--- a/modules/hyprland.nix
+++ b/modules/hyprland.nix
@@ -3,6 +3,5 @@
programs.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
- # package = pkgs.hyprland;
};
}