sorted out packages
This commit is contained in:
parent
bc679874a2
commit
870fb1fb1f
1 changed files with 16 additions and 8 deletions
|
|
@ -141,24 +141,32 @@ in
|
|||
environment.systemPackages = with pkgs; [
|
||||
gnome.gnome-tweaks
|
||||
gnome.networkmanager-openconnect
|
||||
google-chrome
|
||||
nss
|
||||
htop
|
||||
sssd
|
||||
nsss
|
||||
vim
|
||||
git
|
||||
curl
|
||||
wget
|
||||
wl-clipboard
|
||||
unscd
|
||||
glibc
|
||||
glib
|
||||
openconnect
|
||||
emacs
|
||||
ispell
|
||||
tmux
|
||||
libsForQt5.plasma-thunderbolt
|
||||
|
||||
# essential
|
||||
git
|
||||
vim
|
||||
emacs
|
||||
tmux
|
||||
|
||||
# emacs dependencies
|
||||
ispell
|
||||
|
||||
# browsers
|
||||
google-chrome
|
||||
|
||||
# networking
|
||||
curl
|
||||
wget
|
||||
nmap
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue