Fixin' other things

This commit is contained in:
iFargle 2023-08-14 16:49:03 +09:00
parent f211254ec6
commit e72bf22e39

View file

@ -20,15 +20,13 @@
nvidia.modesetting.enable = true; nvidia.modesetting.enable = true;
}; };
# system packages
environment.systemPackages = with pkgs [
# waybar # waybar
(pkgs.waybar.overrideAttrs (oldAttrs: { (waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ]; mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
}) })
) )
# system packages
environment.systemPackages = with pkgs [
waybar
# Notofication daemon # Notofication daemon
libnotify libnotify
mako mako