gallus: add more packages
This commit is contained in:
parent
5b9491cd61
commit
1b6c81c998
|
@ -24,6 +24,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
@ -46,8 +47,12 @@
|
||||||
programs.nixvim.plugins.lsp.enable = false;
|
programs.nixvim.plugins.lsp.enable = false;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
jq
|
||||||
magic-wormhole
|
magic-wormhole
|
||||||
|
p7zip
|
||||||
ripgrep
|
ripgrep
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue