Move plasma panel to right of screen, autostart protonmail-bridge
Add Twinkle to installed work packages
This commit is contained in:
parent
20e4682100
commit
c79d49a60c
|
@ -6,6 +6,7 @@
|
||||||
}: {
|
}: {
|
||||||
imports = [./default.nix];
|
imports = [./default.nix];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
twinkle
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
nomachine-client
|
nomachine-client
|
||||||
(writeShellScriptBin "ukaea-vpn-connect" "sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
|
(writeShellScriptBin "ukaea-vpn-connect" "sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
{
|
{
|
||||||
height = 44;
|
height = 44;
|
||||||
lengthMode = "fill";
|
lengthMode = "fill";
|
||||||
location = "left";
|
location = "right";
|
||||||
alignment = "center";
|
alignment = "center";
|
||||||
hiding = "none";
|
hiding = "none";
|
||||||
floating = true;
|
floating = true;
|
||||||
|
@ -72,7 +72,6 @@
|
||||||
name = "org.kde.plasma.kickoff";
|
name = "org.kde.plasma.kickoff";
|
||||||
config = {General.icon = "nix-snowflake-white";};
|
config = {General.icon = "nix-snowflake-white";};
|
||||||
}
|
}
|
||||||
"org.kde.plasma.pager"
|
|
||||||
{
|
{
|
||||||
name = "org.kde.plasma.icontasks";
|
name = "org.kde.plasma.icontasks";
|
||||||
config = {
|
config = {
|
||||||
|
@ -104,6 +103,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
startup.startupScript = {
|
||||||
|
"protonmail-bridge" = {
|
||||||
|
priority = 3;
|
||||||
|
text = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
kwin.effects = {
|
kwin.effects = {
|
||||||
translucency.enable = true;
|
translucency.enable = true;
|
||||||
blur.enable = true;
|
blur.enable = true;
|
||||||
|
|
Reference in a new issue