mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 05:14:42 +01:00
fixed kde connect and autostarting bitwarden
This commit is contained in:
parent
916720d070
commit
2e69562d8c
|
@ -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;
|
||||
|
|
|
@ -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…
Reference in a new issue