Switch to qutebrowser
This commit is contained in:
parent
7c48e6052a
commit
68de755a18
5 changed files with 28 additions and 10 deletions
19
configurations/qutebrowser.nix
Normal file
19
configurations/qutebrowser.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = [ pkgs.eid-mw ];
|
||||
|
||||
home-manager.users.charlotte = { ... }: {
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
config.load_autoconfig()
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
custom.zfs.homeLinks = [
|
||||
{ path = ".pki"; type = "cache"; } # Required for eid-mw browser configuration
|
||||
{ path = ".cache/qutebrowser"; type = "cache"; }
|
||||
{ path = ".local/share/qutebrowser"; type = "data"; }
|
||||
{ path = ".config/qutebrowser/autoconfig.yml"; type = "data"; }
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue