0ed84d8068
Introduce a new home module for Obsidian with enable option and BoM vault. Expose Obsidian configuration in host‑specific home‑modules files. Add Stylix theming support for Obsidian (colors, fonts, polarity, vaults). Upgrade Helium AppImage to version 0.13.4.1 and update its hash.
45 lines
662 B
Nix
45 lines
662 B
Nix
_: {
|
|
imports = [
|
|
./bash
|
|
./chromium
|
|
./fastfetch
|
|
./fish
|
|
./hyprland
|
|
./kitty
|
|
./librewolf
|
|
./noctalia
|
|
./obsidian
|
|
./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
|
|
./mangohud.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
|
|
];
|
|
}
|