Move plasma panel to right of screen, autostart protonmail-bridge

Add Twinkle to installed work packages
This commit is contained in:
Evie Litherland-Smith 2024-06-17 16:22:37 +01:00
parent 20e4682100
commit c79d49a60c
2 changed files with 9 additions and 2 deletions

View file

@ -6,6 +6,7 @@
}: {
imports = [./default.nix];
home.packages = with pkgs; [
twinkle
teams-for-linux
nomachine-client
(writeShellScriptBin "ukaea-vpn-connect" "sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")

View file

@ -63,7 +63,7 @@
{
height = 44;
lengthMode = "fill";
location = "left";
location = "right";
alignment = "center";
hiding = "none";
floating = true;
@ -72,7 +72,6 @@
name = "org.kde.plasma.kickoff";
config = {General.icon = "nix-snowflake-white";};
}
"org.kde.plasma.pager"
{
name = "org.kde.plasma.icontasks";
config = {
@ -104,6 +103,13 @@
};
};
startup.startupScript = {
"protonmail-bridge" = {
priority = 3;
text = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";
};
};
kwin.effects = {
translucency.enable = true;
blur.enable = true;