1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 12:32:05 +00:00
This commit is contained in:
Rae 5e 2025-02-08 20:56:26 -05:00
parent e87b7382db
commit 92bd2d2497
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 13 additions and 3 deletions

View file

@ -118,9 +118,12 @@
};
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
opentabletdriver.enable = true;
};
xdg.portal = {

View file

@ -24,6 +24,12 @@
fsType = "ext4";
neededForBoot = false;
};
# Big fucking thing
fileSystems."/mnt/rae2" = {
device = "/dev/disk/by-uuid/fbbcc72f-34af-425c-9151-ef8919a6ae07";
fsType = "ext4";
neededForBoot = false;
};
networking.hostName = "ioides";

View file

@ -106,5 +106,6 @@
soteria # Polkit authentication agent written in GTK designed to be used with any desktop environment
temurin-jre-bin-23 # Eclipse Temurin, prebuilt OpenJDK binary
temurin-jre-bin-8 # Eclipse Temurin, prebuilt OpenJDK binary
vlc # Cross-platform media player and streaming server
];
}