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

@ -93,7 +93,7 @@ with builtins;
};
};
programs.dconf.enable = true;
programs.kdeconnect.enable = true;
programs.corectrl.enable = true;
qt.platformTheme = "qt5ct";
@ -169,9 +169,9 @@ users.users.jade = {
spacenavd libspnav fluent-reader
#prismlauncher
evolution
godot
godot colmap
gitg gnome-builder git-crypt
gpick qdirstat file whois ffmpeg_5 scribus p7zip file nmap cmatrix tree socat libreoffice
gpick qdirstat file whois ffmpeg_5 scribus p7zip file nmap cmatrix tree socat
libimobiledevice libimobiledevice-glue ifuse usbmuxd libusbmuxd gvfs gphoto2 gphoto2fs phockup digikam
];
@ -202,6 +202,8 @@ users.users.jade = {
services.openssh.enable = true;
programs.kdeconnect.enable = true;
services.mullvad-vpn.enable = true;
services.gnome.gnome-keyring.enable = true;

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 {{{