udisks and udiskie to simplify mounting drives

This commit is contained in:
Aria Nolan 2024-01-10 13:16:12 -05:00
parent 0c0af29dd3
commit cf286d3ed7
2 changed files with 3 additions and 0 deletions

View file

@ -53,6 +53,7 @@
services.fwupd.enable = true;
security.rtkit.enable = true;
services.resolved.enable = true;
services.udisks2.enable = true;
# ------------ Nix ------------
@ -78,6 +79,7 @@
environment = {
systemPackages = with pkgs; [
screen
udiskie
pyocd
vim
exfat

View file

@ -3,6 +3,7 @@ exec blueman-applet
# exec systemctl --user restart wireplumber
exec gammastep-indicator
exec dunst
exec udiskie --no-automount --tray
exec sway-audio-idle-inhibit
#exec swayidle -w \
# timeout 600 'swaylock -f -c 14171d' \