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,5 +1,7 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
{
pkgs ? import <nixpkgs> {}}: rec {
# example = pkgs.callPackage ./example { };
dwm-customized = pkgs.callPackage ./dwm-customized {};
}