Extract a scripts mixin

This commit is contained in:
Oliver Davies 2025-04-05 11:25:37 +01:00
parent 4bbca3493e
commit 1d284c9432
24 changed files with 3 additions and 32 deletions

View file

@ -1,7 +0,0 @@
{ ... }:
{
imports = [
./bin
];
}

View file

@ -1,22 +0,0 @@
{
config,
inputs,
lib,
self,
pkgs,
...
}:
{
imports = [
(import ./cli {
inherit
config
inputs
lib
self
pkgs
;
})
];
}

View file

@ -1,5 +1,5 @@
{
home = {
home-manager.users.opdavies.home = {
sessionPath = [ "$HOME/.local/bin" ];
file.".local/bin" = {