fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
9 lines
79 B
Nix
9 lines
79 B
Nix
{ pkgs
|
|
, config
|
|
, ...
|
|
}: {
|
|
imports = [
|
|
./swaync.nix
|
|
./mpd.nix
|
|
];
|
|
}
|