mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
added dracula icon theme
This commit is contained in:
parent
c3cd928bc0
commit
068b7e2260
3 changed files with 39 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
# theme hardcoded to dracula, too lazy to make all this base16
|
||||
gtk = {
|
||||
|
@ -7,5 +7,9 @@
|
|||
name = "Dracula";
|
||||
package = pkgs.dracula-theme;
|
||||
};
|
||||
iconTheme = {
|
||||
name = "Dracula";
|
||||
package = (pkgs.callPackage ../../../../pkgs/dracula-icon-theme { });
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue