Add bluetooth shortcut

This commit is contained in:
Ethan Simmons
2025-06-08 10:02:44 -05:00
parent 11de4c2054
commit 6fd520839b
2 changed files with 7 additions and 5 deletions

View File

@@ -31,11 +31,12 @@
options = [ "subvol=nix" ];
};
fileSystems."/mnt/drive0" =
{ device = "/dev/sr0";
fsType = "auto";
options = [ "ro" "user" "noauto" "unhide" ];
};
# Remove comments for optical drive in wine
# fileSystems."/mnt/drive0" =
# { device = "/dev/sr0";
# fsType = "auto";
# options = [ "ro" "user" "noauto" "unhide" ];
# };
swapDevices = [ ];