1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

fix: don't repeat pkgs.\w too much, add taplo, tokei, typos

This commit is contained in:
RGBCube 2025-03-25 21:06:27 +03:00
parent 79c9526b1b
commit 25d008fc47
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
13 changed files with 213 additions and 154 deletions

View file

@ -1,10 +1,12 @@
{ self, config, lib, pkgs, ... }: let
inherit (lib) enabled getExe head;
inherit (lib) attrValues enabled getExe head;
in {
environment.systemPackages = [
pkgs.difftastic
pkgs.radicle-node
];
environment.systemPackages = attrValues {
inherit (pkgs)
difftastic
radicle-node
;
};
home-manager.sharedModules = [(homeArgs: let
homeConfig = homeArgs.config;