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