feat: changed some stuff

This commit is contained in:
Nick 2025-01-20 23:33:35 -06:00
parent 376c1d7b18
commit c67e864d40
145 changed files with 143 additions and 70 deletions

View file

0
home/modules/cli/android/androidTools/default.nix Normal file → Executable file
View file

0
home/modules/cli/android/default.nix Normal file → Executable file
View file

0
home/modules/cli/android/simpleMtpfs/default.nix Normal file → Executable file
View file

0
home/modules/cli/default.nix Normal file → Executable file
View file

0
home/modules/cli/development/default.nix Normal file → Executable file
View file

0
home/modules/cli/development/editing/default.nix Normal file → Executable file
View file

View file

0
home/modules/cli/development/versioning/default.nix Normal file → Executable file
View file

View file

View file

0
home/modules/cli/files/default.nix Normal file → Executable file
View file

0
home/modules/cli/files/ncdu/default.nix Normal file → Executable file
View file

0
home/modules/cli/files/samba/default.nix Normal file → Executable file
View file

0
home/modules/cli/files/unrar/default.nix Normal file → Executable file
View file

0
home/modules/cli/files/zip/default.nix Normal file → Executable file
View file

0
home/modules/cli/shell/default.nix Normal file → Executable file
View file

0
home/modules/cli/shell/nushell/default.nix Normal file → Executable file
View file

0
home/modules/cli/shell/zellij/default.nix Normal file → Executable file
View file

0
home/modules/cli/shell/zoxide/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/alsaUtils/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/brightnessCtl/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/cifsUtils/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/direnv/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/ffmpeg/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/flac/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/gLib/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/hardInfo/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/homeManager/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/inetUtils/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/libgenCli/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/nyanCat/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/parted/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/pciUtils/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/pinEntry/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/playerCtl/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/protonVpn/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/speedTest/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/sshfs/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/tokei/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/tomb/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/udiskie/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/wget/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/wine/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/xdgUtils/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/xdoTool/default.nix Normal file → Executable file
View file

0
home/modules/cli/utilities/yaBridge/default.nix Normal file → Executable file
View file

0
home/modules/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/chrome/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/edge/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/epiphany/default.nix Normal file → Executable file
View file

View file

@ -2,6 +2,17 @@
name = "Tools";
toolbar = false;
bookmarks = [
{
name = "Hugging Face";
url = "https://www.huggingface.co";
tags = [
"hugging"
"face"
"ai"
"gguf"
];
keyword = "Hug";
}
{
name = "Uncensored AI";
url = "https://www.aiuncensored.info";

0
home/modules/gui/apps/browsers/ladybird/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/opera/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/tor/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/browsers/vivaldi/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/gaming/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/gaming/heroic/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/gaming/lutris/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/gaming/prismLauncher/default.nix Normal file → Executable file
View file

View file

@ -17,3 +17,5 @@
};
};
}
# If you wanna install Sc2, it takes Proton v8

0
home/modules/gui/apps/ide/default.nix Normal file → Executable file
View file

View file

@ -1,8 +1,35 @@
{
enabled = true;
default_model = {
provider = "zed.dev";
model = "claude-3-5-sonnet-latest";
flake,
...
}:
let
inherit (flake.config.services.instances)
ollama
web
;
service = ollama;
localhost = web.localhost.address0;
in
{
assistant = {
enabled = true;
default_model = {
provider = "zed.dev";
model = "claude-3-5-sonnet-latest";
};
version = "2";
};
assistant1 = {
enabled = true;
default_model = {
provider = "ollama";
model = "qwen2.5-coder:7b";
};
version = "2";
};
language_models = {
ollama = {
api_url = "http://${localhost}:${builtins.toString service.ports.port1}";
};
};
version = "2";
}

View file

@ -6,7 +6,11 @@
}:
let
configPath = ./config;
assistantPath = import (configPath + /assistant);
assistantPath = import (configPath + /assistant) {
inherit
flake
;
};
interfacePath = import (configPath + /interface) {
inherit
@ -30,7 +34,6 @@ let
miscPath = import (configPath + /misc) { inherit lib pkgs; };
in
{
assistant = assistantPath;
git = gitPath;
languages = languagesPath;
lsp = lspPath;
@ -38,5 +41,6 @@ in
experimental.theme_overrides = experimentalPath;
}
// assistantPath
// interfacePath
// miscPath

View file

@ -20,8 +20,8 @@ let
pkgs
;
};
packagePath = flake.inputs.zed-editor.packages.${pkgs.system}.default;
in
# packagePath = flake.inputs.zed-editor.packages.${pkgs.system}.default;
{
programs.zed-editor = {
enable = true;

View file

View file

View file

View file

View file

View file

0
home/modules/gui/apps/media/audio/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/media/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/media/doc/default.nix Normal file → Executable file
View file

0
home/modules/gui/apps/media/doc/docEditing/default.nix Normal file → Executable file
View file

View file

View file

View file

View file

0
home/modules/gui/apps/media/doc/docViewing/default.nix Normal file → Executable file
View file

View file

0
home/modules/gui/apps/media/images/default.nix Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

0
home/modules/gui/apps/media/video/default.nix Normal file → Executable file
View file

View file

View file

View file

Some files were not shown because too many files have changed in this diff Show more