UI: Enable compton
Alan Pearce alan@alanpearce.eu
Sun, 07 Jan 2018 18:58:46 +0100
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M modules/user-interface.nix → modules/user-interface.nix
@@ -47,6 +47,10 @@ ]; nixpkgs.config.allowUnfree = true; + services.compton = { + enable = true; + }; + services.devmon.enable = true; services.emacs = {