nixos/system/home/browser/default.nix
Evie Litherland-Smith 2c9e736bd7 Add initial config for qutebrowser
Still needs some work before it can be a daily driver
2024-11-14 15:16:02 +00:00

8 lines
72 B
Nix

{ ... }:
{
imports = [
./firefox.nix
./qutebrowser.nix
];
}