mirror of
https://github.com/semere-meb/dotfiles-nix.git
synced 2026-08-03 10:24:36 +00:00
added dwl config back as an alternative
This commit is contained in:
parent
552ae67f6a
commit
a8bc48adc0
6 changed files with 233 additions and 5 deletions
16
modules/dwl.nix
Normal file
16
modules/dwl.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
userVars,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
programs.dwl = {
|
||||
enable = true;
|
||||
package = pkgs.dwl.override {
|
||||
configH = ./dwl_config.h;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue