Files
garandos/modules/home/default.nix
T
GarandPLG a4f098b6bd Add Prism Launcher support and update flake lock
- Add a new home.prismlauncher module with an enable option and a
  custom package override.
- Enable Prism Launcher for the Garand‑Desktop host and remove the
  previous disabled flag.
- Add the user to the “video” group.
- Remove prismlauncher from the core packages list.
- Bump revisions and hashes for several inputs in flake.lock.
- Fix a trailing newline in the helium AppImage definition.
2026-08-12 00:00:47 +02:00

49 lines
751 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
./prismlauncher.nix
./qt.nix
./ssh.nix
./starship.nix
./stylix.nix
./swappy.nix
./tealdeer.nix
./vesktop.nix
./virtmanager.nix
./zoxide.nix
];
}