Files
garandos/modules/home/default.nix
T
GarandPLG db5a50db08 Update Helium to 0.16.3.1 and add Cargo module
Bump Helium AppImage version and update its SHA‑256 hash.
Add a new home module that installs a .cargo/config.toml with a custom
registry and enables git‑fetch‑with‑cli.
2026-09-02 22:22:52 +02:00

50 lines
767 B
Nix

_: {
imports = [
./bash
./chromium
./fastfetch
./fish
./hyprland
./kitty
./librewolf
./noctalia
# ./noctalia-shell
./obsidian
./scripts
./vscodium
./xdg
./zed
./anki.nix
./bat.nix
./btop.nix
./cargo.nix
./cava.nix
./easyeffects.nix
./eza.nix
./fzf.nix
./gh.nix
./git.nix
./gtk.nix
./kdeConnect.nix
./lutris.nix
./mangohud.nix
./nextcloud.nix
./nix-search-tv.nix
./nixpkgs.nix
./obs-studio.nix
./ollama.nix
./onlyoffice.nix
./opencode.nix
./prismlauncher.nix
./qt.nix
./ssh.nix
./starship.nix
./stylix.nix
./swappy.nix
./tealdeer.nix
./vesktop.nix
./virtmanager.nix
./zoxide.nix
];
}