mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 06:46:11 +01:00
custom dwm
This commit is contained in:
@@ -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 {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user