mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
15 lines
312 B
Nix
15 lines
312 B
Nix
{ ... }:
|
|
|
|
{
|
|
# TO BE CHANGED WHEN NIX CONFIG OF THIS FILE WILL RELEASE!!!!
|
|
xdg.configFile."hypr/hyprtoolkit.conf".text = ''
|
|
background=0xff11111b
|
|
base=0xff1e1e2e
|
|
alternate_base=0xff181825
|
|
text=0xffcdd6f4
|
|
bright_text=0xffbac2de
|
|
accent=0xffcba6f7
|
|
accent_secondary=0xffb4befe
|
|
'';
|
|
}
|