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;
|
home-manager.users.balsoft = let fonts = config.themes.fonts;
|
||||||
in {
|
in {
|
||||||
services.kdeconnect.enable = true;
|
|
||||||
|
|
||||||
xdg.configFile."kdeglobals".text = with thmDec; lib.generators.toGitINI {
|
xdg.configFile."kdeglobals".text = with thmDec; lib.generators.toGitINI {
|
||||||
"Colors:Button" = {
|
"Colors:Button" = {
|
@ -33,7 +33,8 @@
|
|||||||
gnome3
|
gnome3
|
||||||
gtk
|
gtk
|
||||||
i3blocks
|
i3blocks
|
||||||
kde
|
qt
|
||||||
|
kdeconnect
|
||||||
light
|
light
|
||||||
mako
|
mako
|
||||||
mopidy
|
mopidy
|
||||||
|
Loading…
Reference in New Issue
Block a user