add libreoffice
This commit is contained in:
parent
984103da1a
commit
164f085919
2 changed files with 5 additions and 4 deletions
|
|
@ -11,10 +11,10 @@
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
||||||
fileSystems."/mnt/data" =
|
# fileSystems."/mnt/data" =
|
||||||
{ device = "/dev/disk/by-partlabel/data";
|
# { device = "/dev/disk/by-partlabel/data/";
|
||||||
fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
};
|
# };
|
||||||
|
|
||||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@ in
|
||||||
slack
|
slack
|
||||||
vscodium
|
vscodium
|
||||||
direnv
|
direnv
|
||||||
|
libreoffice-qt
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue