mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-12 12:32:05 +00:00
~
This commit is contained in:
parent
e87b7382db
commit
92bd2d2497
3 changed files with 13 additions and 3 deletions
|
@ -118,9 +118,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
opentabletdriver.enable = true;
|
||||
};
|
||||
|
||||
xdg.portal = {
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue