custom dwm

This commit is contained in:
2024-04-22 10:37:18 +02:00
parent 5d6abd228e
commit 9fada7f2c5
7 changed files with 35 additions and 22 deletions

View File

@@ -1,7 +1,8 @@
# This file defines overlays
{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs {pkgs = final;};
additions = final: _prev:
import ../pkgs {pkgs = final;};
# This one contains whatever you want to overlay
# You can change versions, add patches, set compilation flags, anything really.