diff options
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index 74e12af..ca20140 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -23,7 +23,7 @@ with lib; incus.enable = true; libvirtd.enable = true; mpd.enable = true; - qutebrowser.enable = false; # FIXME https://github.com/NixOS/nixpkgs/pull/325773 + qutebrowser.enable = true; }; hm = { |