add build recipe in justfile
This commit is contained in:
parent
de118840bd
commit
17ba6c7e05
5 changed files with 13 additions and 4 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib) mkEnableOption mkIf mkMerge;
|
||||
fish-cfg = config.youthlic.programs.fish;
|
||||
|
|
@ -19,7 +23,7 @@ in
|
|||
options = {
|
||||
youthlic.programs = {
|
||||
fish = {
|
||||
enable =mkEnableOption "fish";
|
||||
enable = mkEnableOption "fish";
|
||||
};
|
||||
bash = {
|
||||
enable = mkEnableOption "bash";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue