mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
treewide: refactor, nix, overlays -> packages
This commit is contained in:
parent
d6238e12af
commit
eb6b664802
23 changed files with 240 additions and 308 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs', ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
|
|
@ -40,6 +40,7 @@
|
|||
jq
|
||||
just
|
||||
nerdfix
|
||||
reuse
|
||||
ripgrep
|
||||
tokei
|
||||
vhs
|
||||
|
|
@ -52,10 +53,10 @@
|
|||
# spicetify-cli
|
||||
exiftool
|
||||
|
||||
nrr
|
||||
am
|
||||
nyoom
|
||||
morlana
|
||||
spdx-gen
|
||||
inputs'.nrr.packages.default
|
||||
inputs'.am.packages.default
|
||||
inputs'.nyoom.packages.default
|
||||
inputs'.morlana.packages.default
|
||||
inputs'.spdx-gen.packages.default
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue