diff options
| author | Kleidi Bujari <mail@4kb.net> | 2025-02-16 12:41:35 -0500 |
|---|---|---|
| committer | Kleidi Bujari <mail@4kb.net> | 2025-02-16 12:41:35 -0500 |
| commit | ae733ebc3c2a0038173c1f50500c2ab5c297b4ff (patch) | |
| tree | ed1cc481857370fc57490f80418dfab8d4d62847 /machines/xnet | |
| parent | 0287a28426b6fc8452e73d037820213638c97659 (diff) | |
| download | depot-ae733ebc3c2a0038173c1f50500c2ab5c297b4ff.tar.gz depot-ae733ebc3c2a0038173c1f50500c2ab5c297b4ff.tar.bz2 depot-ae733ebc3c2a0038173c1f50500c2ab5c297b4ff.zip | |
enable disk auto mounting
Diffstat (limited to 'machines/xnet')
| -rw-r--r-- | machines/xnet/desktop/default.nix | 3 |
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 = { |
