mirror of
https://github.com/kmein/niveum
synced 2026-03-20 03:51:07 +01:00
Implement package recommendations
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -46,7 +46,7 @@ in {
|
||||
name = "retiolum.hosts";
|
||||
url = "https://lassul.us/retiolum.hosts";
|
||||
# FIXME
|
||||
sha256 = "0a0hk2z883i7jkgb7agiwdalpi1brqqjgdn9aw7x99gdl7jwkzc5";
|
||||
sha256 = "1rqivqbf5p3sb92d8pzxk5ssq5rvrcgnfds2svs2dg845qd31sd6";
|
||||
});
|
||||
|
||||
environment.systemPackages = [ config.services.tinc.networks.${netname}.package ];
|
||||
|
||||
Reference in New Issue
Block a user