diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-04 22:19:53 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-04 22:19:53 +0700 |
| commit | d6e1ca0d0f1a98cdc74d2bed65c5445304aa55ac (patch) | |
| tree | 7b882a386c5b52063f7f79d85cef99ee202ef807 /nixos/hosts/opus/default.nix | |
| parent | 4138dfae4e1cfd788046460b669483137bae5869 (diff) | |
mpv cookies fix
Diffstat (limited to 'nixos/hosts/opus/default.nix')
| -rw-r--r-- | nixos/hosts/opus/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/opus/default.nix b/nixos/hosts/opus/default.nix index ef75358..8290866 100644 --- a/nixos/hosts/opus/default.nix +++ b/nixos/hosts/opus/default.nix @@ -88,7 +88,7 @@ enable = true; tunMode.enable = true; }; - + services.gnome.gnome-keyring.enable = true; # Wine-based launchers for Windows games & apps. environment.systemPackages = with pkgs; [ pkgs.lutris |
