forked from Bun/nixos-config
The big variable overhaul
This commit is contained in:
parent
3f0a235dc8
commit
6dab8fc029
36 changed files with 269 additions and 326 deletions
|
@ -1,11 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, outputs, ...}: {
|
||||
# Define GTK theme settings
|
||||
gtk = {
|
||||
enable = true;
|
||||
font = let
|
||||
fonts = import ../common/fonts.nix;
|
||||
in {
|
||||
name = "${fonts.main}";
|
||||
font = {
|
||||
name = "${outputs.look.fonts.main}";
|
||||
size = 11;
|
||||
};
|
||||
theme = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue