This commit is contained in:
alsaiduq-lab 2025-06-30 21:34:05 -06:00
parent 5ae1c9dca1
commit e68f143de6
3 changed files with 4 additions and 1 deletions

View file

@ -20,6 +20,7 @@
./modules/brave.nix
./modules/spotify.nix
./modules/obs.nix
./modules/udiskie.nix
];
home.username = "cobray";

View file

@ -1,6 +1,6 @@
{...}: {
services.udiskie = {
enable = true;
tray = true;
tray = "always";
};
}

View file

@ -29,6 +29,8 @@
./modules/libs.nix
];
services.udisks2.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.mtr.enable = true;