summaryrefslogtreecommitdiff
path: root/modules/hyprland.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2023-09-30 03:52:11 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2023-09-30 03:52:11 -0600
commitd9e3d1977e79ea36da7bc615699b67f431913c23 (patch)
tree3627bb75e08a8a88c3706e9d8b96751fbf62143f /modules/hyprland.nix
parent8f317ee332fffe934ec8bf61a77efc1eb57bb9df (diff)
adding theming and config from ryan4yin nix-config on git
Diffstat (limited to 'modules/hyprland.nix')
-rw-r--r--modules/hyprland.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/hyprland.nix b/modules/hyprland.nix
deleted file mode 100644
index 0540606..0000000
--- a/modules/hyprland.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ config, lib, ...}:
-{
- programs.hyprland.enable = true;
- # Optional, hint electron apps to use wayland:
- environment.sessionVariables.NIXOS_OZONE_WL = "1";
-} \ No newline at end of file