Transform Qutebrowser into module
This commit is contained in:
parent
1d907edb1c
commit
18ea2b4ec8
7 changed files with 387 additions and 372 deletions
6
modules/home-manager/default.nix
Normal file
6
modules/home-manager/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./web/qutebrowser/default.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue