summaryrefslogtreecommitdiff
path: root/nixos/shell.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-09 18:51:21 +0200
committerGitHub <noreply@github.com>2026-06-09 18:51:21 +0200
commitee260e9548c7e1eb9355d20ec50a2ae0db28260d (patch)
tree402bb8dbeef001b12413e3d9448ce8b6da87c56d /nixos/shell.nix
parent31051e6f94b056e0441873cc677a4afaf461f41f (diff)
Update shell.nix
Diffstat (limited to 'nixos/shell.nix')
-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"
- ];
+'';
}