1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

Implement package recommendations

This commit is contained in:
Kierán Meinhardt
2018-12-04 23:01:17 +01:00
parent bdeca861eb
commit 21e92412cf
3 changed files with 5 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ with pkgs;
htop
imagemagick
libnotify
libreoffice-fresh
# libreoffice
lsof
lxappearance
mpv
@@ -45,9 +45,7 @@ with pkgs;
wget
whois
xclip
xfce.ristretto
xfce.thunar
xfce.tumbler
sxiv
xorg.xbacklight
xorg.xcursorthemes
xorg.xkill
@@ -59,7 +57,7 @@ with pkgs;
programs.command-not-found.enable = true;
programs.java = {
enable = true;
package = pkgs.openjdk10;
package = pkgs.openjdk;
};
users.users.kfm.packages = [