Added docker and removed some unused apps

This commit is contained in:
2024-12-13 09:25:47 +02:00
parent bbc1cf2fb1
commit 6476c5131c
2 changed files with 13 additions and 7 deletions

View File

@@ -85,6 +85,13 @@
};
};
nixpkgs.config.allowUnfree = true;
# Install firefox.
programs.firefox.enable = true;
programs.zsh.enable = true;
# Install Steam
programs.steam = {
enable = true;
@@ -93,12 +100,12 @@
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
};
# Install firefox.
programs.firefox.enable = true;
programs.zsh.enable = true;
nixpkgs.config.allowUnfree = true;
# Install Docker (without using root access)
# virtualisation.docker.enable = true;
virtualisation.docker.rootless = {
enable = true;
setSocketVariable = true;
};
# List packages installed in system profile. Use for apps that need sudo.
environment.systemPackages = with pkgs; [

View File

@@ -76,7 +76,6 @@
gimp
kdePackages.kontact
kdePackages.kmail-account-wizard
kdePackages.alligator
kdePackages.kaddressbook
];