2023-04-03 22:41:22 +08:00
|
|
|
# Custom packages, that can be defined similarly to ones from nixpkgs
|
2024-08-05 08:48:06 +08:00
|
|
|
# You can build them using 'nix build .#example'
|
2023-04-03 22:41:22 +08:00
|
|
|
|
2024-08-05 08:48:06 +08:00
|
|
|
pkgs: {
|
2023-07-23 08:28:04 +08:00
|
|
|
xmobar = pkgs.callPackage ./xmobar-config { };
|
|
|
|
xmonad = pkgs.callPackage ./xmonad-config { };
|
2024-04-01 10:02:52 +08:00
|
|
|
amdgpu-clocks = pkgs.callPackage ./amdgpu-clocks { };
|
2023-04-03 22:41:22 +08:00
|
|
|
}
|