Enable barrier and more stuff for easier WFH

This commit is contained in:
2020-11-28 13:01:12 +01:00
parent 6f2f156f56
commit b60f27c6ee
2 changed files with 27 additions and 3 deletions

View File

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