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