add qutebrowser colors
This commit is contained in:
parent
3e3550752b
commit
0d6622e2ce
5 changed files with 241 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue