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