Update flake boilerplate
This commit is contained in:
parent
bede9baa04
commit
815bc493ad
6 changed files with 18 additions and 35 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue