5 lines
100 B
Nix
5 lines
100 B
Nix
{
|
|
flake.modules.homeManager.gui = { pkgs, ... }: {
|
|
home.packages = [ pkgs.dwmblocks ];
|
|
};
|
|
}
|