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."/" =
{ 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" =
{ device = "/dev/nvme0n1p1";
fsType = "vfat";
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 = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View File

@ -15,15 +15,42 @@
fileSystems."/" =
{ 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" =
{ device = "/dev/nvme0n1p1";
fsType = "vfat";
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 = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking

View File

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