temporary fix for recursion, remove duplicate hostname in main config
This commit is contained in:
parent
d2f8f28143
commit
00c2c2afef
9 changed files with 37 additions and 58 deletions
|
|
@ -6,17 +6,17 @@
|
|||
}: let
|
||||
cfg = config.my.kde;
|
||||
|
||||
applyKdeUserSettings = {
|
||||
#home = {
|
||||
# packages = with pkgs; [
|
||||
# ];
|
||||
#};
|
||||
# applyKdeUserSettings = {
|
||||
# #home = {
|
||||
# # packages = with pkgs; [
|
||||
# # ];
|
||||
# #};
|
||||
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
};
|
||||
};
|
||||
# services.kdeconnect = {
|
||||
# enable = true;
|
||||
# indicator = true;
|
||||
# };
|
||||
# };
|
||||
in {
|
||||
options.my.kde = {
|
||||
enable = lib.mkEnableOption "KDE desktop";
|
||||
|
|
@ -55,8 +55,8 @@ in {
|
|||
};
|
||||
|
||||
home-manager.users = {
|
||||
vinzenz = lib.mkIf config.my.home.vinzenz.enable applyKdeUserSettings;
|
||||
ronja = lib.mkIf config.my.home.ronja.enable applyKdeUserSettings;
|
||||
#vinzenz = lib.mkIf config.my.home.vinzenz.enable applyKdeUserSettings;
|
||||
#ronja = lib.mkIf config.my.home.ronja.enable applyKdeUserSettings;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue