Added some automounting for thumb drives

This commit is contained in:
Emmet 2024-01-13 20:29:22 -06:00
parent afcb50393f
commit 6994093871
3 changed files with 10 additions and 0 deletions

View file

@ -22,6 +22,7 @@
../../system/security/firewall.nix
../../system/security/firejail.nix
../../system/security/openvpn.nix
../../system/security/automount.nix
../../system/style/stylix.nix
];

View file

@ -0,0 +1,7 @@
{ config, lib, pkgs, ... }:
{
services.devmon.enable = true;
services.gvfs.enable = true;
services.udisks2.enable = true;
}

View file

@ -730,6 +730,8 @@
background-size: auto 100%;
}
'';
services.udiskie.enable = true;
services.udiskie.tray = "always";
programs.swaylock = {
enable = true;
settings = {