[NixOS] Add a few packages
This commit is contained in:
parent
dc27851d0e
commit
bd4d72f889
@ -1,6 +1,7 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
etcher
|
||||||
discord
|
discord
|
||||||
google-chrome
|
google-chrome
|
||||||
keybase-gui
|
keybase-gui
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"openssl-1.0.2u"
|
"openssl-1.0.2u"
|
||||||
|
"etcher"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.systemd-boot.configurationLimit = 7;
|
boot.loader.systemd-boot.configurationLimit = 7;
|
||||||
|
@ -41,12 +41,14 @@ in
|
|||||||
gitFull
|
gitFull
|
||||||
git-lfs
|
git-lfs
|
||||||
git-sync
|
git-sync
|
||||||
|
glxinfo
|
||||||
gnumake
|
gnumake
|
||||||
htop
|
htop
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iotop
|
iotop
|
||||||
ispell
|
ispell
|
||||||
jq
|
jq
|
||||||
|
lshw
|
||||||
lsof
|
lsof
|
||||||
magic-wormhole-rs
|
magic-wormhole-rs
|
||||||
ncdu
|
ncdu
|
||||||
|
Loading…
Reference in New Issue
Block a user