refactor: organize dracula-theme overlay
This commit is contained in:
parent
5143bb06c8
commit
9d7500c13a
11 changed files with 144 additions and 66 deletions
home
|
@ -3,14 +3,7 @@
|
|||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
dracula-xresources = pkgs.fetchFromGitHub {
|
||||
owner = "dracula";
|
||||
repo = "xresources";
|
||||
rev = "539ef24e9b0c5498a82d59bfa2bad9b618d832a3";
|
||||
sha256 = "sha256-6fltsAluqOqYIh2NX0I/LC3WCWkb9Fn8PH6LNLBQbrY=";
|
||||
};
|
||||
in {
|
||||
}: {
|
||||
home.pointerCursor = {
|
||||
name = "Dracula-cursors";
|
||||
package = pkgs.dracula-theme;
|
||||
|
@ -51,7 +44,9 @@ in {
|
|||
platformTheme = "qtct";
|
||||
};
|
||||
|
||||
xresources.extraConfig = builtins.readFile "${dracula-xresources}/Xresources";
|
||||
xresources.extraConfig =
|
||||
builtins.readFile
|
||||
"${pkgs.dracula-theme}/xres/Xresources";
|
||||
|
||||
xdg.configFile = let
|
||||
qtconf = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue