universedesktop: Basic DWL Configuration
This commit is contained in:
@@ -2,4 +2,16 @@
|
||||
imports = [
|
||||
./wayland.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
dwl = prev.dwl.overrideAttrs (old: {
|
||||
postPatch = ''
|
||||
termcmd=${pkgs.foot}/bin/foot
|
||||
menucmd=${pkgs.bemenu}/bin/bemenu
|
||||
substituteAll ${./dwl/config.def.h} ./config.def.h
|
||||
'';
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user