applications, fix helios64 kernel

This commit is contained in:
zuckerberg
2021-07-01 09:47:06 -04:00
parent 1383ff0044
commit 37ef2ba199
3 changed files with 5 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ in {
# Applications
users.users.googlebot.packages = with pkgs; [
chromium keepassxc mumble tigervnc bluez-tools vscodium element-desktop mpv
nextcloud-client signal-desktop minecraft sauerbraten
nextcloud-client signal-desktop minecraft sauerbraten gnome.file-roller
];
# Networking

View File

@@ -14,7 +14,9 @@ in {
};
# xfce apps
users.users.googlebot.packages = with pkgs; [
# TODO for some reason whiskermenu needs to be global for it to work
environment.systemPackages = with pkgs; [
xfce.xfce4-whiskermenu-plugin
];
};
}