551e9b2cb4
Enable Opencode and Ollama in home modules and import their Nix files. Disable the deprecated system‑module opencode entries and remove it from the core packages list. Add a new GitHub CLI module and a convenient `upf-gh` alias for flake updates using a GitHub token. Update the `stylix` configuration to include Opencode styling. Refresh several flake.lock entries with newer revisions and hashes.
43 lines
628 B
Nix
43 lines
628 B
Nix
_: {
|
|
imports = [
|
|
./bash
|
|
./chromium
|
|
./fastfetch
|
|
./fish
|
|
./hyprland
|
|
./kitty
|
|
./librewolf
|
|
./noctalia
|
|
./scripts
|
|
./vscodium
|
|
./xdg
|
|
./zed
|
|
./anki.nix
|
|
./bat.nix
|
|
./btop.nix
|
|
./cava.nix
|
|
./easyeffects.nix
|
|
./eza.nix
|
|
./fzf.nix
|
|
./gh.nix
|
|
./git.nix
|
|
./gtk.nix
|
|
./kdeConnect.nix
|
|
./lutris.nix
|
|
./nextcloud.nix
|
|
./obs-studio.nix
|
|
./ollama.nix
|
|
./onlyoffice.nix
|
|
./opencode.nix
|
|
./qt.nix
|
|
./ssh.nix
|
|
./starship.nix
|
|
./stylix.nix
|
|
./swappy.nix
|
|
./tealdeer.nix
|
|
./vesktop.nix
|
|
./virtmanager.nix
|
|
./zoxide.nix
|
|
];
|
|
}
|