imperium: move distrobox to vscode module
This commit is contained in:
parent
e709ed2a72
commit
40c738b764
|
@ -35,7 +35,9 @@
|
|||
unstable-vscode = ({ ... }: let
|
||||
pkgs = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
|
||||
in {
|
||||
virtualization.docker.enable = true;
|
||||
environment.systemPackages = [
|
||||
pkgs.distrobox
|
||||
pkgs.vscode
|
||||
pkgs.icu
|
||||
];
|
||||
|
|
|
@ -75,7 +75,6 @@
|
|||
bitwarden
|
||||
bitwarden-cli
|
||||
comic-mono
|
||||
distrobox
|
||||
firefox
|
||||
gnome.gnome-terminal
|
||||
gthumb
|
||||
|
@ -86,8 +85,6 @@
|
|||
];
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
virtualisation.docker.enable = true; # needed for distrobox
|
||||
|
||||
networking.firewall = {
|
||||
enable = false;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue