mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
16 lines
169 B
Nix
16 lines
169 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
userVars,
|
|
...
|
|
}:
|
|
|
|
{
|
|
programs.dwl = {
|
|
enable = true;
|
|
package = pkgs.dwl.override {
|
|
configH = ./dwl_config.h;
|
|
};
|
|
};
|
|
}
|