add qutebrowser colors

This commit is contained in:
Leonardo Eugênio 2022-08-07 23:58:05 -03:00
parent 3e3550752b
commit 0d6622e2ce
5 changed files with 241 additions and 7 deletions

View file

@ -10,7 +10,14 @@ let
volumesh =
pkgs.writeShellScriptBin "volumesh" (builtins.readFile ./scripts/volumesh);
in {
imports = [ ./waybar.nix ./helix.nix ./kakoune.nix ./sway.nix ./git.nix ];
imports = [
./waybar.nix
./helix.nix
./kakoune.nix
./sway.nix
./git.nix
./qutebrowser
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "lelgenio";