Enable barrier and more stuff for easier WFH
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
barrier
|
||||
gnome3.dconf
|
||||
libreoffice
|
||||
paprefs
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user