fmt: reformatted using nixpkgs-fmt prettifier mpd: created configuration hypr: add window rules commons: add usingMusicPlayerDaemon variable
12 lines
127 B
Nix
12 lines
127 B
Nix
{ pkgs
|
|
, config
|
|
, lib
|
|
, ...
|
|
}: {
|
|
imports = [
|
|
./hyprland
|
|
./hyprpaper.nix
|
|
./hypridle.nix
|
|
./hyprlock.nix
|
|
];
|
|
}
|