configurationsss

This commit is contained in:
KoenDR06 2024-04-09 19:29:26 +02:00
parent 3276373bf2
commit a8d41a57ef
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
acpid acpid
bitwarden bitwarden
discord discord
docker-compose
fzf fzf
jetbrains.clion jetbrains.clion
jetbrains.pycharm-professional jetbrains.pycharm-professional

View file

@ -75,6 +75,7 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
services.tailscale.enable = true; services.tailscale.enable = true;
virtualisation.docker.enable = true;
environment.shells = with pkgs; [ zsh ]; environment.shells = with pkgs; [ zsh ];