Split up kde to qt and kdeconnect
This commit is contained in:
parent
832cd29f91
commit
465103091f
6
profiles/workspace/kde/kdeconnect.nix
Normal file
6
profiles/workspace/kde/kdeconnect.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
home-manager.users.balsoft = {
|
||||
services.kdeconnect.enable = true;
|
||||
};
|
||||
persist.state.directories = [ "/home/balsoft/.config/kdeconnect" ];
|
||||
}
|
@ -20,7 +20,6 @@ with pkgs.my-lib; {
|
||||
};
|
||||
home-manager.users.balsoft = let fonts = config.themes.fonts;
|
||||
in {
|
||||
services.kdeconnect.enable = true;
|
||||
|
||||
xdg.configFile."kdeglobals".text = with thmDec; lib.generators.toGitINI {
|
||||
"Colors:Button" = {
|
@ -33,7 +33,8 @@
|
||||
gnome3
|
||||
gtk
|
||||
i3blocks
|
||||
kde
|
||||
qt
|
||||
kdeconnect
|
||||
light
|
||||
mako
|
||||
mopidy
|
||||
|
Loading…
Reference in New Issue
Block a user