Install more packages

This commit is contained in:
Valentin Brandl
2022-02-18 17:12:39 +01:00
parent 0bd17fc562
commit 96f5e9f15c
9 changed files with 71 additions and 16 deletions

11
machines/office.nix Normal file
View File

@ -0,0 +1,11 @@
inputs:
{ pkgs, ... }: {
programs.dconf.enable = true;
environment.systemPackages = with pkgs; [
barrier
gnome3.dconf
libreoffice
paprefs
];
}