add trollshell
This commit is contained in:
parent
fda8a5b8e9
commit
1c14eaeccf
6 changed files with 73 additions and 15 deletions
|
|
@ -13,6 +13,7 @@ let
|
|||
servicepoint-simulator
|
||||
servicepoint-tanks
|
||||
stylix
|
||||
trollshell
|
||||
zerforschen-plus
|
||||
;
|
||||
forDevice = f: lib.mapAttrs (device: value: f (value // { inherit device; })) allDevices;
|
||||
|
|
@ -46,6 +47,7 @@ forDevice (
|
|||
home-manager.nixosModules.home-manager
|
||||
lanzaboote.nixosModules.lanzaboote
|
||||
stylix.nixosModules.stylix
|
||||
trollshell.nixosModules.default
|
||||
zerforschen-plus.nixosModules.default
|
||||
# keep-sorted end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue