summaryrefslogtreecommitdiff
path: root/machines/xnet/desktop/default.nix
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-02-16 12:41:35 -0500
committerKleidi Bujari <mail@4kb.net>2025-02-16 12:41:35 -0500
commitae733ebc3c2a0038173c1f50500c2ab5c297b4ff (patch)
treeed1cc481857370fc57490f80418dfab8d4d62847 /machines/xnet/desktop/default.nix
parent0287a28426b6fc8452e73d037820213638c97659 (diff)
downloaddepot-ae733ebc3c2a0038173c1f50500c2ab5c297b4ff.tar.gz
depot-ae733ebc3c2a0038173c1f50500c2ab5c297b4ff.tar.bz2
depot-ae733ebc3c2a0038173c1f50500c2ab5c297b4ff.zip
enable disk auto mounting
Diffstat (limited to 'machines/xnet/desktop/default.nix')
-rw-r--r--machines/xnet/desktop/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/xnet/desktop/default.nix b/machines/xnet/desktop/default.nix
index 9a1f701..20cc765 100644
--- a/machines/xnet/desktop/default.nix
+++ b/machines/xnet/desktop/default.nix
@@ -43,6 +43,7 @@ in
swayidle
swaylock
tigervnc
+ udiskie
waybar
wl-clipboard
zathura
@@ -120,6 +121,8 @@ in
udev.packages = with pkgs; [ yubikey-personalization ];
};
+ services.udisks2.enable = true;
+
programs.firefox = {
enable = true;
preferences = {