Update flake boilerplate

This commit is contained in:
♥ Minnie ♥ 2024-08-05 08:48:06 +08:00
parent bede9baa04
commit 815bc493ad
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
6 changed files with 18 additions and 35 deletions

View file

@ -1,7 +1,7 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'
# You can build them using 'nix build .#example'
{ pkgs ? (import ../nixpkgs.nix) { } }: {
pkgs: {
xmobar = pkgs.callPackage ./xmobar-config { };
xmonad = pkgs.callPackage ./xmonad-config { };
amdgpu-clocks = pkgs.callPackage ./amdgpu-clocks { };