1
1
Fork 0

imperium: move distrobox to vscode module

This commit is contained in:
Tim Van Baak 2024-08-16 18:32:45 -07:00
parent e709ed2a72
commit 40c738b764
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,9 @@
unstable-vscode = ({ ... }: let unstable-vscode = ({ ... }: let
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; }; pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
in { in {
virtualization.docker.enable = true;
environment.systemPackages = [ environment.systemPackages = [
pkgs.distrobox
pkgs.vscode pkgs.vscode
pkgs.icu pkgs.icu
]; ];

View File

@ -75,7 +75,6 @@
bitwarden bitwarden
bitwarden-cli bitwarden-cli
comic-mono comic-mono
distrobox
firefox firefox
gnome.gnome-terminal gnome.gnome-terminal
gthumb gthumb
@ -86,8 +85,6 @@
]; ];
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
virtualisation.docker.enable = true; # needed for distrobox
networking.firewall = { networking.firewall = {
enable = false; enable = false;
}; };