mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
theming improvements
This commit is contained in:
parent
3aeccfaa52
commit
fd46423f0f
4 changed files with 18 additions and 7 deletions
11
users/rouven/modules/theme/default.nix
Normal file
11
users/rouven/modules/theme/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
# theme hardcoded to dracula, too lazy to make all this base16
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "Dracula";
|
||||
package = pkgs.dracula-theme;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue