summaryrefslogtreecommitdiff
path: root/modules/nixos/hyprland.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-02 10:37:04 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-02 10:37:04 +0100
commit5f8f587c5edaf1f2ffb456f55477bd1b2ce2d444 (patch)
treefef11c65fa674ea97c0a5b8762a32840a69eff49 /modules/nixos/hyprland.nix
parent39e1bbc2c3ec704135d93dda58346c640c2ad8d6 (diff)
moved things, removed useless nixos modules, switched to hyprland
Diffstat (limited to 'modules/nixos/hyprland.nix')
-rw-r--r--modules/nixos/hyprland.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix
deleted file mode 100644
index 9d00cec..0000000
--- a/modules/nixos/hyprland.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-{ pkgs, ... }:
-
-{
- # Enable Hyprland
- programs.hyprland = {
- enable = true;
- withUWSM = true;
- };
- environment.sessionVariables.NIXOS_OZONE_WL = "1";
- environment.sessionVariables.WLR_NO_HARDWARE_CURSORS = "1";
-
- programs.hyprlock.enable = true;
- services.hypridle.enable = true;
-
- environment.systemPackages = with pkgs; [
- pyprland
- hyprpicker
- hyprcursor
- hyprlock
- hypridle
- hyprpaper
- hyprsunset
- hyprpolkitagent
- ];
-} \ No newline at end of file