fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
13 lines
131 B
Nix
13 lines
131 B
Nix
{ pkgs
|
|
, config
|
|
, lib
|
|
, ...
|
|
}: {
|
|
imports = [
|
|
./git.nix
|
|
./rofi.nix
|
|
./tmux.nix
|
|
./foot.nix
|
|
#./walker.nix
|
|
];
|
|
}
|