[zsh] Move into user config

This commit is contained in:
Tibo De Peuter 2023-10-19 22:24:04 +02:00
parent 74e1f9580a
commit 8a143f029d
8 changed files with 134 additions and 90 deletions

View file

@ -46,10 +46,15 @@
environment.systemPackages = with pkgs; [
git
vim
wget
zenith-nvidia
];
programs = {
zsh.enable = true;
};
hardware.bluetooth.enable = true;
networking.hostName = "Tibo-NixFat";