added libreoffice back

This commit is contained in:
batvin321 2024-11-18 15:32:46 -05:00
parent 0d4963be23
commit c653a9e838
3 changed files with 57 additions and 3 deletions

View File

@ -15,15 +15,42 @@
fileSystems."/" = fileSystems."/" =
{ device = "/dev/nvme0n1p2"; { device = "/dev/nvme0n1p2";
fsType = "ext4"; fsType = "btrfs";
options = [ "subvol=root" ];
}; };
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/7a43a7b8-6abd-4266-af16-3a5b0637ad77";
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/nvme0n1p1"; { device = "/dev/nvme0n1p1";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
fileSystems."/home" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=home" ];
};
fileSystems."/nix" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=nix" ];
};
fileSystems."/persist" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=persist" ];
};
fileSystems."/var/log" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=log" ];
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View File

@ -15,15 +15,42 @@
fileSystems."/" = fileSystems."/" =
{ device = "/dev/nvme0n1p2"; { device = "/dev/nvme0n1p2";
fsType = "ext4"; fsType = "btrfs";
options = [ "subvol=root" ];
}; };
boot.initrd.luks.devices."cryptroot".device = "/dev/disk/by-uuid/7a43a7b8-6abd-4266-af16-3a5b0637ad77";
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/nvme0n1p1"; { device = "/dev/nvme0n1p1";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ]; options = [ "fmask=0022" "dmask=0022" ];
}; };
fileSystems."/home" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=home" ];
};
fileSystems."/nix" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=nix" ];
};
fileSystems."/persist" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=persist" ];
};
fileSystems."/var/log" =
{ device = "/dev/nvme0n1p2";
fsType = "btrfs";
options = [ "subvol=log" ];
};
swapDevices = [ ]; swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View File

@ -156,7 +156,7 @@
boxbuddy boxbuddy
# office apps # office apps
bottles bottles
onlyoffice-bin_latest libreoffice-qt
logseq logseq
zoom-us zoom-us
orca-slicer orca-slicer