imperium: move distrobox to vscode module
This commit is contained in:
parent
e709ed2a72
commit
40c738b764
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue