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];
|
||||
home.packages = with pkgs; [
|
||||
twinkle
|
||||
teams-for-linux
|
||||
nomachine-client
|
||||
(writeShellScriptBin "ukaea-vpn-connect" "sudo ${openfortivpn}/bin/openfortivpn -c ${./ukaea-vpn.conf}")
|
||||
|
|
|
@ -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;
|
||||
|
|
Reference in a new issue