Files
nixos-flake/waybar-system.nix
T

11 lines
109 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
waybar
dunst
swww
wofi
];
}