From f057583742f1d5234e5f5a0571e3502bef74183a Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Fri, 17 Feb 2023 13:00:04 -0800 Subject: [PATCH] screenshots --- modules/plasma.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/plasma.nix b/modules/plasma.nix index 6dd3aad..0e162da 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -13,4 +13,7 @@ hardware.bluetooth.enable = true; + environment.systemPackages = with pkgs; [ + spectacle + ]; } \ No newline at end of file