summaryrefslogtreecommitdiff
path: root/modules/programs/hyprland.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 16:40:58 -0700
committerFuwn <[email protected]>2024-08-30 16:40:58 -0700
commit52306bb5f72d31012e47cdc9735836f34129a2ec (patch)
tree8ff9f9a55485c71b25fe85fc46de6d780c6e0fed /modules/programs/hyprland.nix
parentupdate (diff)
downloadnixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.tar.xz
nixos-config-52306bb5f72d31012e47cdc9735836f34129a2ec.zip
update
Diffstat (limited to 'modules/programs/hyprland.nix')
-rw-r--r--modules/programs/hyprland.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/programs/hyprland.nix b/modules/programs/hyprland.nix
deleted file mode 100644
index befea76..0000000
--- a/modules/programs/hyprland.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{ pkgs, inputs, ... }:
-{
- programs.hyprland = {
- enable = true;
- package = inputs.hyprland.packages.${pkgs.system}.hyprland;
- portalPackage = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland;
- };
-}