mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 20:33:55 -05:00
added distrobox
This commit is contained in:
parent
c9e546b83b
commit
a56a5f1612
|
@ -48,7 +48,6 @@
|
|||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -57,6 +56,7 @@
|
|||
curl
|
||||
vim
|
||||
vscode
|
||||
distrobox
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue