fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
4 lines
69 B
Nix
4 lines
69 B
Nix
{ pkgs, config, ... }:
|
|
{
|
|
home.packages = with pkgs; [ bottles ];
|
|
}
|