Added Docker and Wine.

This commit is contained in:
2025-09-02 15:12:57 +02:00
parent 9eb416a46e
commit f4e77e64c9
2 changed files with 9 additions and 1 deletions

View File

@ -163,12 +163,14 @@
users.users.cookiez = { users.users.cookiez = {
isNormalUser = true; isNormalUser = true;
description = "Cookiez"; description = "Cookiez";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" "docker" ];
packages = with pkgs; [ packages = with pkgs; [
#User Packages Here #User Packages Here
]; ];
}; };
virtualisation.docker.enable = true;
environment.etc."gitconfig".text = '' environment.etc."gitconfig".text = ''
[init] [init]
defaultBranch = main defaultBranch = main

View File

@ -29,6 +29,8 @@
fzf-zsh #Search for file names fzf-zsh #Search for file names
coreutils-full coreutils-full
multipath-tools multipath-tools
docker
docker-compose
#Programming #Programming
#jetbrains.pycharm-community #The PyCharm IDE to edit Python code #jetbrains.pycharm-community #The PyCharm IDE to edit Python code
@ -37,6 +39,8 @@
#racket #The racket Programming language, with DrRacket IDE, for University (*Not* because it's my favourite) #racket #The racket Programming language, with DrRacket IDE, for University (*Not* because it's my favourite)
rustup #Rust Programming Toolchain rustup #Rust Programming Toolchain
#go #Go Programming Language #go #Go Programming Language
gcc
pkg-config
#Desktop Applications #Desktop Applications
vlc vlc
@ -50,6 +54,8 @@
kdePackages.yakuake kdePackages.yakuake
#atlauncher #atlauncher
discord discord
wineWowPackages.stable
winetricks
#whatsapp-for-linux #whatsapp-for-linux
#obs-studio #obs-studio
#i2p #i2p