mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
cleanup and restructuring
This commit is contained in:
parent
706220f980
commit
8b2ea66132
17 changed files with 85 additions and 97 deletions
|
@ -1,5 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, nix-colors, ... }:
|
||||
{
|
||||
colorScheme = nix-colors.colorSchemes.dracula;
|
||||
|
||||
# theme hardcoded to dracula, too lazy to make all this base16
|
||||
home.sessionVariables.GTK_THEME = "Dracula";
|
||||
gtk = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue