diff options
author | tzlil <tzlils@protonmail.com> | 2023-07-02 04:17:16 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-07-02 04:17:16 +0300 |
commit | a21c56fba470e6dc3f3da0948fb914fb485556bf (patch) | |
tree | ee7ca873f21b13c9d8c5d04b37f53cd7f36bac05 /hosts/laptop | |
parent | 190574abc135a3cbdfe0c188a3f7490d374c2fba (diff) |
add ambiguous types and pointfree.io to haskell repl
Diffstat (limited to 'hosts/laptop')
-rw-r--r-- | hosts/laptop/cfg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index 10d1696..35dbde7 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -112,7 +112,7 @@ home-manager.users.tzlil = { home.packages = [pkgs.schildichat-desktop-wayland pkgs.keepassxc]; programs.qutebrowser = { - enable = true; + enable = true; settings.colors.webpage.darkmode.enabled = true; }; }; |