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
];
};
}

View File

@ -6,7 +6,7 @@ let
rev = "ebb5f4ae7d6ce881fa18bd3fa598ca4605961dce";
sha256 = "1w1s1i07qpf4wd8df1wkpyvrcw48dvvardifb72l60zkhysabnin";
};
patchSkipPattern = "general-(add|rockchip)-overlay|wifi-400[34]|board-renegade-dts-cleanup|PBP|nanopi|rockpi|rk3328|board-roc-rk3399-pc-fix-regulators|general-bluetooth-add-new-quirk|general-disable-mtu-validatio|rk3399-pci-rockchip-support-ep-gpio-undefined-case|rkvdec_nv15";
patchSkipPattern = "general-(add|rockchip)-overlay|wifi-400[34]|board-renegade-dts-cleanup|PBP|nanopi|rockpi|rk3328|board-roc-rk3399-pc-fix-regulators|general-bluetooth-add-new-quirk|general-disable-mtu-validatio|rk3399-pci-rockchip-support-ep-gpio-undefined-case|rkvdec_nv15|spi";
patch = runCommandLocal "rockchip64-current.patch" { src = armbian; } ''
runHook unpackPhase
cd $sourceRoot