meat
This commit is contained in:
parent
c8ee397794
commit
7f3dc64568
10 changed files with 302 additions and 47 deletions
|
@ -5,13 +5,12 @@
|
|||
./util/containers.nix
|
||||
# ./programs/stable-diffusion.nix
|
||||
# ./programs/openwebui.nix
|
||||
./programs/sillytavern.nix
|
||||
./programs/anything-llm.nix
|
||||
];
|
||||
|
||||
home = rec {
|
||||
home = {
|
||||
username = "bolt";
|
||||
homeDirectory = "/home/bolt";
|
||||
sessionVariables.FLAKE = "${homeDirectory}/.nix";
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue