fixed kde connect and autostarting bitwarden
This commit is contained in:
parent
916720d070
commit
2e69562d8c
2 changed files with 10 additions and 3 deletions
|
@ -93,7 +93,7 @@ with builtins;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
programs.kdeconnect.enable = true;
|
|
||||||
programs.corectrl.enable = true;
|
programs.corectrl.enable = true;
|
||||||
|
|
||||||
qt.platformTheme = "qt5ct";
|
qt.platformTheme = "qt5ct";
|
||||||
|
@ -169,9 +169,9 @@ users.users.jade = {
|
||||||
spacenavd libspnav fluent-reader
|
spacenavd libspnav fluent-reader
|
||||||
#prismlauncher
|
#prismlauncher
|
||||||
evolution
|
evolution
|
||||||
godot
|
godot colmap
|
||||||
gitg gnome-builder git-crypt
|
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
|
libimobiledevice libimobiledevice-glue ifuse usbmuxd libusbmuxd gvfs gphoto2 gphoto2fs phockup digikam
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -202,6 +202,8 @@ users.users.jade = {
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
|
||||||
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
services.mullvad-vpn.enable = true;
|
services.mullvad-vpn.enable = true;
|
||||||
|
|
||||||
services.gnome.gnome-keyring.enable = true;
|
services.gnome.gnome-keyring.enable = true;
|
||||||
|
|
|
@ -70,6 +70,10 @@ in with lib; {
|
||||||
oneko
|
oneko
|
||||||
|
|
||||||
];
|
];
|
||||||
|
services.kdeconnect = {
|
||||||
|
enable = true;
|
||||||
|
indicator = true;
|
||||||
|
};
|
||||||
# i3 {{{
|
# i3 {{{
|
||||||
xsession = {
|
xsession = {
|
||||||
enable = true;
|
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 = "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 = "mullvad-vpn --background"; always = true; }
|
||||||
{ command = "pkill polybar; polybar"; always = true; }
|
{ command = "pkill polybar; polybar"; always = true; }
|
||||||
|
{ command = "bitwarden"; }
|
||||||
];
|
];
|
||||||
# }}}
|
# }}}
|
||||||
# Assigns {{{
|
# Assigns {{{
|
||||||
|
|
Loading…
Reference in a new issue