diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-20 09:46:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:36:57 -0400 |
| commit | 4183a38b9ca4b3b314db51acb4c6795b5072f385 (patch) | |
| tree | 680dc7af88147f183d3c1be723d115e5bd9a1759 /nix | |
| parent | revert 'monitorWorkspaces' (diff) | |
| download | caelestia-shell-4183a38b9ca4b3b314db51acb4c6795b5072f385.tar.gz caelestia-shell-4183a38b9ca4b3b314db51acb4c6795b5072f385.tar.bz2 caelestia-shell-4183a38b9ca4b3b314db51acb4c6795b5072f385.zip | |
remove config saving, make background scale properly, and add quickshell desktop file
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index bd246a6..9f2e4af 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -140,6 +140,9 @@ in mkdir -p $out/lib ln -s ${extras}/lib/* $out/lib/ + + mkdir -p $out/share/applications + ln -s ${quickshell}/share/applications/* $out/share/applications ''; passthru = { |