diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-07-10 14:02:06 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-07-10 14:02:06 +0300 |
commit | a88092202ccfdb981c6aef3270bdef20e7530f5f (patch) | |
tree | f6f2f82e7575aeead163bcf0c93bab494e7e70ce /configurations/eonwe/default.nix | |
parent | 2024-06-29 (diff) |
2024-07-10
Diffstat (limited to '')
-rw-r--r-- | configurations/eonwe/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configurations/eonwe/default.nix b/configurations/eonwe/default.nix index 05e4145..6248ff3 100644 --- a/configurations/eonwe/default.nix +++ b/configurations/eonwe/default.nix @@ -20,10 +20,10 @@ with lib; android.enable = true; beets.enable = true; bluetooth.enable = true; - libvirtd.enable = true; incus.enable = true; + libvirtd.enable = true; mpd.enable = true; - qutebrowser.enable = true; + qutebrowser.enable = false; # FIXME https://github.com/NixOS/nixpkgs/pull/325773 }; hm = { |