This commit is contained in:
iFargle 2024-01-07 18:04:56 +09:00
parent 3d7b252ffe
commit adf6dcb2a4

View file

@ -108,11 +108,6 @@
# system packages
environment.systemPackages = [
# waybar
(pkgs.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
})
)
pkgs.libnotify # Notification libraries
pkgs.mako # Notification daemon
pkgs.swww # Wallpaper daemon
@ -146,6 +141,7 @@
# wayland-packages
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
inputs.waybar.packages.${platform}.waybar
];
# Enable sound with pipewire.