diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-21 14:34:21 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-22 08:37:01 -0500 |
| commit | 197cb6a37fdf5a9308c87d60877fd39a7799f42c (patch) | |
| tree | dd49ebba144c1f7a6508ef4f1a9f8629237ab70d /nix | |
| parent | remove config saving, make background scale properly, and add quickshell desk... (diff) | |
| download | caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.tar.gz caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.tar.bz2 caelestia-shell-197cb6a37fdf5a9308c87d60877fd39a7799f42c.zip | |
remove lockscreen
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nix/default.nix b/nix/default.nix index 9f2e4af..0f2675a 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -124,8 +124,6 @@ in dontStrip = debug; prePatch = '' - substituteInPlace assets/pam.d/fprint \ - --replace-fail pam_fprintd.so /run/current-system/sw/lib/security/pam_fprintd.so substituteInPlace shell.qml \ --replace-fail 'ShellRoot {' 'ShellRoot { settings.watchFiles: false' ''; |