fixed kde connect and autostarting bitwarden

This commit is contained in:
Schrottkatze 2023-02-03 15:37:44 +01:00
parent 916720d070
commit 2e69562d8c
2 changed files with 10 additions and 3 deletions

View file

@ -70,6 +70,10 @@ in with lib; {
oneko
];
services.kdeconnect = {
enable = true;
indicator = true;
};
# i3 {{{
xsession = {
enable = true;
@ -95,6 +99,7 @@ in with lib; {
{ command = "pkill oneko; oneko -tofocus -tora -position +-1+5 -fg palevioletred3 -bg pink -name 'Rose the desktop kitty'"; always = true; }
{ command = "mullvad-vpn --background"; always = true; }
{ command = "pkill polybar; polybar"; always = true; }
{ command = "bitwarden"; }
];
# }}}
# Assigns {{{