summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-rw-r--r--nixos/shell.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/shell.nix b/nixos/shell.nix
index 3a48e6b..824e399 100644
--- a/nixos/shell.nix
+++ b/nixos/shell.nix
@@ -883,9 +883,5 @@
}
}
}
- '';
-
- wayland.windowManager.hyprland.settings.exec-once = [
- "${pkgs.quickshell}/bin/quickshell"
- ];
+'';
}