add search engine options in firefox/floorp options and have the other disk in GLaDOS auto-mount

This commit is contained in:
Lillian Violet 2024-10-04 18:44:14 +02:00
parent 359e192ee6
commit 88b5d34202
2 changed files with 25 additions and 0 deletions

View file

@ -41,6 +41,23 @@
};
};
};
sda2 = {
device = "/dev/sda2";
type = "disk";
content = {
type = "gpt";
partitions = {
root = {
size = "100%";
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/media";
};
};
};
};
};
};
lvm_vg = {
pool = {