fix
This commit is contained in:
parent
c228c78aba
commit
7ab743594d
|
@ -9,8 +9,9 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
users.users.sako.packages = with pkgs; [
|
#users.users.sako.packages = with pkgs; [
|
||||||
kdeconnect
|
# kdeconnect
|
||||||
];
|
#];
|
||||||
|
programs.kdeconnect.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue