Convenience-features for Emacs and shell scripts

NixOS:
feat: add cdw, cdr, cdb, bak scripts/aliases
feat: spawn firefox on workspace 1 again
fix: adjust systemd stop timeout to avoid 1m30s wait on shutdown
feat: add fzf-tab

Emacs:
fix: file-switcher directory up was not working consistently
feat: more intuitive minibuffer-local-map (DEL is now 1 char again)
chore: C-z now a prefix key, several new keybinds
fix: make project switching in dashboard work again
fix: add proper projectile backend (was still set to ivy)
fix: allow yubikey unlocking from within emacs
feat: add dotfile directory to magit repository list
This commit is contained in:
Swarsel 2024-06-17 19:39:20 +02:00
parent 1ddc3eb81d
commit 5e9c3c398f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 435 additions and 269 deletions

View file

@ -63,6 +63,12 @@
driSupport32Bit = true;
};
# systemd
systemd.extraConfig = ''
DefaultTimeoutStartSec=60s
DefaultTimeoutStopSec=15s
'';
# audio
sound.enable = true;
# nixpkgs.config.pulseaudio = true;