docs: simplify README to focus on machine list and update flake references

This commit is contained in:
uttarayan21
2025-11-27 16:51:22 +05:30
parent a8ece6cf19
commit bd889f3a5e
14 changed files with 208 additions and 568 deletions

View File

@@ -7,37 +7,37 @@ lib.optionalAttrs device.hasGui {
imports = [
# ./audacity.nix
./blueman.nix
./bottles.nix
# ./bottles.nix
./chromium.nix
./cursor.nix
# ./cursor.nix
./discord.nix
./firefox.nix
./ghostty.nix
./gimp.nix
./guitarix.nix
# ./guitarix.nix
./hyprpicker.nix
./jellyflix.nix
./kicad.nix
# ./jellyflix.nix
# ./kicad.nix
./kitty.nix
./lmstudio.nix
./mpv.nix
./neovide.nix
# ./neovide.nix
./nextcloud.nix
./obs-studio.nix
# ./openscad.nix
./orcaslicer.nix
./pcsx2.nix
# ./pcsx2.nix
# ./rpcs3.nix
# ./shadps4.nix
./slack.nix
./thunderbird.nix
# ./thunderbird.nix
# ./tsukimi.nix
# ./vial.nix
./vlc.nix
./vscode.nix
./wezterm.nix
./zathura.nix
./zed.nix
./zen.nix
./vial.nix
./tsukimi.nix
];
}

View File

@@ -55,6 +55,6 @@
in {
stylix.targets.librewolf.profileNames = ["default"];
stylix.targets.zen-browser.profileNames = ["default"];
programs.librewolf = config // {package = stablePkgs.librewolf;};
# programs.librewolf = config // {package = stablePkgs.librewolf;};
# programs.firefox = config;
}

View File

@@ -16,7 +16,8 @@
enableNushellIntegration = false;
settings = {
save_session = true;
model = "openai:gpt-4o";
# model = "openai:gpt-4o";
model = "ryu:qwen3-coder-30b";
rag_embedding_model = "ollama:RobinBially/nomic-embed-text-8k";
clients = [
{

View File

@@ -1,6 +1,7 @@
{
pkgs,
device,
stablePkgs,
lib,
...
}: {
@@ -15,6 +16,6 @@
};
};
}
// (import ./../../neovim {inherit pkgs;});
// (import ./../../neovim {inherit pkgs stablePkgs;});
};
}

View File

@@ -17,7 +17,12 @@
};
mirai = {
user = "fs0c131y";
hostname = "sh.darksailor.dev";
hostname = "mirai.darksailor.dev";
forwardAgent = true;
};
tako = {
user = "servius";
hostname = "tako.darksailor.dev";
forwardAgent = true;
};
ryu = {