Switch to qutebrowser

This commit is contained in:
Charlotte Van Petegem 2021-07-28 18:52:06 +02:00
parent 93a25ba89a
commit 110481af59
No known key found for this signature in database
GPG key ID: 019E764B7184435A
12 changed files with 63 additions and 55 deletions

View file

@ -15,7 +15,7 @@
];
};
# Avoids a double firefox install, see https://github.com/NixOS/nixpkgs/pull/31772
# `firefox-bin` is unfree, and unnecessary
nixpkgs.overlays = [ (self: super: { firefox-bin = self.firefox; }) ];
home-manager.users.charlotte = { pkgs, ... }: {