Files
garandos/modules/home/default.nix
T
GarandPLG 32c6c1fada Add nix-search-tv support, enable fish completions
Include nix-search-tv module and add it to home imports
Add `nsf` alias for interactive package search with nix-search-tv
Enable fish completions generation
Comment out the previously allowed insecure packages list
2026-07-21 23:20:13 +02:00

48 lines
727 B
Nix

_: {
imports = [
./bash
./chromium
./fastfetch
./fish
./hyprland
./kitty
./librewolf
./noctalia
# ./noctalia-shell
./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
./nix-search-tv.nix
./nixpkgs.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
];
}