4eba766188
Introduce a new `mangohud.nix` module with sensible defaults, import it in `modules/home/default.nix`, and add a `mangohud.enable` flag to the host configurations (enabled for desktop and laptop, disabled for the default host). Comment out the default Gamescope arguments in `modules/core/steam.nix` and add a reference command line that includes the MangoHud flag.
44 lines
647 B
Nix
44 lines
647 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
|
|
./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
|
|
];
|
|
}
|