Move qutebrowser configuration
This commit is contained in:
parent
96b431de55
commit
be98bcad26
8 changed files with 39 additions and 52 deletions
7
modules2/browsers/qutebrowser/package.nix
Normal file
7
modules2/browsers/qutebrowser/package.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.homeManager.gui =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
programs.qutebrowser.package = pkgs.stable.qutebrowser;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue