nix-config/modules2/dwm/packages.nix
Oliver Davies 8ca7b4c806
All checks were successful
/ check (push) Successful in 1m36s
Move and refactor dwm configuration
2025-07-27 20:11:29 +01:00

16 lines
270 B
Nix

{
flake.modules.nixos.pc =
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
dmenu
dmenu-bluetooth
dunst
networkmanager_dmenu
poweralertd
slock
xdotool
xwallpaper
];
};
}