home | add dracula theme to qutebrowser
This commit is contained in:
parent
b8d47c96f7
commit
d98b0865aa
6 changed files with 355 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
|
|
@ -131,4 +131,9 @@
|
|||
target = ".local/share/qutebrowser";
|
||||
source = ./files/local-qutebrowser;
|
||||
};
|
||||
xdg.configFile."qutebrowserdracula" = {
|
||||
recursive = true;
|
||||
source = ./files/qutebrowser-dracula;
|
||||
target = "qutebrowser/dracula";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue