test
This commit is contained in:
parent
3d7b252ffe
commit
adf6dcb2a4
1 changed files with 1 additions and 5 deletions
|
@ -108,11 +108,6 @@
|
||||||
|
|
||||||
# system packages
|
# system packages
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
# waybar
|
|
||||||
(pkgs.waybar.overrideAttrs (oldAttrs: {
|
|
||||||
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
|
|
||||||
})
|
|
||||||
)
|
|
||||||
pkgs.libnotify # Notification libraries
|
pkgs.libnotify # Notification libraries
|
||||||
pkgs.mako # Notification daemon
|
pkgs.mako # Notification daemon
|
||||||
pkgs.swww # Wallpaper daemon
|
pkgs.swww # Wallpaper daemon
|
||||||
|
@ -146,6 +141,7 @@
|
||||||
|
|
||||||
# wayland-packages
|
# wayland-packages
|
||||||
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
inputs.nixpkgs-wayland.packages.${platform}.wayprompt # from nixpkgs-wayland exclusively - pinentry UI
|
||||||
|
inputs.waybar.packages.${platform}.waybar
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
|
Loading…
Reference in a new issue