Extract a scripts mixin
This commit is contained in:
parent
4bbca3493e
commit
1d284c9432
24 changed files with 3 additions and 32 deletions
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./bin
|
||||
];
|
||||
}
|
|
@ -1,22 +0,0 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
self,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
(import ./cli {
|
||||
inherit
|
||||
config
|
||||
inputs
|
||||
lib
|
||||
self
|
||||
pkgs
|
||||
;
|
||||
})
|
||||
];
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
home = {
|
||||
home-manager.users.opdavies.home = {
|
||||
sessionPath = [ "$HOME/.local/bin" ];
|
||||
|
||||
file.".local/bin" = {
|
Loading…
Add table
Add a link
Reference in a new issue