add bin scripts

This commit is contained in:
iofq 2023-12-28 21:47:36 -06:00
parent d37834a164
commit 211ba8a0b0
16 changed files with 349 additions and 53 deletions

View file

@ -1,4 +1,4 @@
{ inputs, pkgs, ... }:
{ inputs, ... }:
{
programs.home-manager.enable = true;
nix = {
@ -6,6 +6,11 @@
};
home = {
stateVersion = "22.11";
file = {
".local/bin" = {
source = ../bin;
};
};
};
imports = [ ./shared/programs/min.nix ];
xdg.enable = true;