Merge remote-tracking branch 'origin/sway' into sway

This commit is contained in:
Alexander Wainwright 2025-12-23 17:44:59 +10:00
commit 98185f4e4e
3 changed files with 8 additions and 1 deletions

View file

@ -11,6 +11,11 @@
shell = pkgs.fish;
};
# this is to avoid some problem that happens apparently only when fish is
# enabled, where generating man cahes takes a very long time. note that it may
# break fish man completion and apropos.
documentation.man.generateCaches = false;
# enable a 1GB swap file
swapDevices = [{
device = "/swapfile";

View file

@ -19,6 +19,7 @@
bitwarden-desktop
signal-desktop
spotify
gemini-cli
(symlinkJoin {
name = "darktable";