chore(tools): Add nixos-compose and expose default config
This commit is contained in:
parent
a2adc26e58
commit
55b55f7133
4 changed files with 10 additions and 3 deletions
|
|
@ -4,6 +4,8 @@
|
|||
config,
|
||||
pkgs,
|
||||
options,
|
||||
inputs,
|
||||
system,
|
||||
...
|
||||
}: let
|
||||
font_family = "${config.mods.stylix.fonts.monospace.name}";
|
||||
|
|
@ -511,6 +513,7 @@ in {
|
|||
d-spy
|
||||
tmux
|
||||
tmate
|
||||
inputs.compose.packages.${system}.default
|
||||
];
|
||||
in
|
||||
lib.mkIf config.mods.coding.enable (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue