Added Docker and Wine.
This commit is contained in:
@ -163,12 +163,14 @@
|
||||
users.users.cookiez = {
|
||||
isNormalUser = true;
|
||||
description = "Cookiez";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
packages = with pkgs; [
|
||||
#User Packages Here
|
||||
];
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
environment.etc."gitconfig".text = ''
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
@ -29,6 +29,8 @@
|
||||
fzf-zsh #Search for file names
|
||||
coreutils-full
|
||||
multipath-tools
|
||||
docker
|
||||
docker-compose
|
||||
|
||||
#Programming
|
||||
#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)
|
||||
rustup #Rust Programming Toolchain
|
||||
#go #Go Programming Language
|
||||
gcc
|
||||
pkg-config
|
||||
|
||||
#Desktop Applications
|
||||
vlc
|
||||
@ -50,6 +54,8 @@
|
||||
kdePackages.yakuake
|
||||
#atlauncher
|
||||
discord
|
||||
wineWowPackages.stable
|
||||
winetricks
|
||||
#whatsapp-for-linux
|
||||
#obs-studio
|
||||
#i2p
|
||||
|
||||
Reference in New Issue
Block a user