Install more packages
This commit is contained in:
11
machines/office.nix
Normal file
11
machines/office.nix
Normal file
@ -0,0 +1,11 @@
|
||||
inputs:
|
||||
{ pkgs, ... }: {
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
barrier
|
||||
gnome3.dconf
|
||||
libreoffice
|
||||
paprefs
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user