add uv and direnv supp

This commit is contained in:
Tao Tien 2024-08-28 13:49:15 -07:00
parent a0feface3f
commit d599c438a0
7 changed files with 46 additions and 19 deletions

View file

@ -78,6 +78,12 @@
programs.ssh.startAgent = true;
services.printing.enable = lib.mkDefault true;
services.printing.drivers = with pkgs; [hplip hplipWithPlugin gutenprint gutenprintBin];
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
networking.networkmanager.enable = true;
services.tailscale.enable = true;