diff --git a/application-configuration.nix b/application-configuration.nix index 8140492..6853243 100644 --- a/application-configuration.nix +++ b/application-configuration.nix @@ -17,6 +17,12 @@ tor-browser-bundle-bin yubikey-manager-qt libsForQt5.kdeconnect-kde + + docker-compose + + ## temp + electron-bin + nodejs_22 ]; }; @@ -39,4 +45,9 @@ }; # yubikey - services.pcscd.enable = true; \ No newline at end of file + services.pcscd.enable = true; + + # docker + virtualisation.docker.enable = true; + users.users.caleb.extraGroups = [ "docker" ]; +}