fixed kde connect and autostarting bitwarden
This commit is contained in:
parent
916720d070
commit
2e69562d8c
2 changed files with 10 additions and 3 deletions
|
@ -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 {{{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue