[m] Various fixes and reverts

This commit is contained in:
soraefir
2023-11-29 23:12:08 +01:00
parent efa2a5c0be
commit 675d79ad1a
10 changed files with 35 additions and 100 deletions

View File

@ -1,5 +1,6 @@
{ pkgs, ... }: {
services.fstrim.enable = true; # Improves SSD life
services.gvfs.enable = true; # User Mounted FS
environment.systemPackages = with pkgs; [ gvfs nfs-utils ];
environment.systemPackages = with pkgs; [ nfs-utils ];
}

View File

@ -1,4 +1,5 @@
{ pkgs, ... }: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
}