fixup kdeconnect, enable some more settings globally

This commit is contained in:
Vinzenz Schroeter 2023-09-24 15:27:13 +02:00
parent 82ae5a89fc
commit 996ed9e026
4 changed files with 25 additions and 22 deletions

View file

@ -10,9 +10,14 @@
};
programs = {
git.enable = true;
zsh.enable = true;
htop.enable = true;
iotop.enable = true;
nano.syntaxHighlight = true;
git = {
enable = true;
package = pkgs.gitFull;
};
};
};
}