Skip to content
Snippets Groups Projects
Commit 83a76f04 authored by Jens Nolte's avatar Jens Nolte
Browse files

Install some software

parent 03463375
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,8 @@
gotty
entr
netevent
picocom
pv
];
users = {
......
......@@ -26,6 +26,8 @@ in
];
environment.systemPackages = with pkgs; [
qd
# desktop environment programs
kitty
rxvt_unicode
......@@ -33,6 +35,7 @@ in
gnome3.gnome-disk-utility
networkmanagerapplet
wayvnc
tigervnc
pulsemixer
dfeet
#vimiv
......
......@@ -2,10 +2,11 @@
{
environment.systemPackages = with pkgs; [
cabal-install
stack
haskell-language-server
haskellPackages.hoogle
ghcid
haskellPackages.threadscope
#haskellPackages.threadscope
];
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment