Skip to content

Commit

Permalink
chore: change gating on scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Oct 18, 2024
1 parent b2318ad commit 4cb255e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions home/isabel/packages/cli/desktop.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
lib,
pkgs,
self',
osConfig,
...
}:
Expand All @@ -27,8 +26,6 @@ in
brightnessctl # brightness managed via cli
# vhs # programmatically make gifs
;

inherit (self'.packages) scripts;
};
};
}
3 changes: 3 additions & 0 deletions home/isabel/packages/cli/shared.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
lib,
pkgs,
self',
osConfig,
...
}:
Expand All @@ -20,6 +21,8 @@ in
wakatime-cli
nix-output-monitor # much nicer nix build output
;

inherit (self'.packages) scripts;
}
++ optionals cfg.cli.modernShell.enable (
builtins.attrValues {
Expand Down

0 comments on commit 4cb255e

Please sign in to comment.