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