fixup kdeconnect, enable some more settings globally
This commit is contained in:
parent
82ae5a89fc
commit
996ed9e026
4 changed files with 25 additions and 22 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue