mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
refactor: dynamic module generation
This commit is contained in:
parent
c5042ac840
commit
5753eb1e11
7 changed files with 14 additions and 110 deletions
|
|
@ -1,31 +1,5 @@
|
|||
{ lib, pkgs, ... }:
|
||||
let
|
||||
packageNames = [
|
||||
"pass-fuzzel"
|
||||
"cura5"
|
||||
"hm-specialisation"
|
||||
"cdw"
|
||||
"cdb"
|
||||
"bak"
|
||||
"timer"
|
||||
"e"
|
||||
"swarselcheck"
|
||||
"waybarupdate"
|
||||
"opacitytoggle"
|
||||
"fs-diff"
|
||||
"update-checker"
|
||||
"github-notifications"
|
||||
"screenshare"
|
||||
"swarsel-bootstrap"
|
||||
"swarsel-rebuild"
|
||||
"swarsel-install"
|
||||
"swarsel-postinstall"
|
||||
"t2ts"
|
||||
"ts2t"
|
||||
"vershell"
|
||||
"eontimer"
|
||||
"project"
|
||||
"fhs"
|
||||
];
|
||||
packageNames = lib.swarselsystems.readNix "pkgs";
|
||||
in
|
||||
lib.swarselsystems.mkPackages packageNames pkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue