mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-08-20 08:52:50 +01:00
Nix lint
This commit is contained in:
Submodule home-manager/core/dotfiles updated: 3bd6b636e0...cc6ab15451
@@ -12,16 +12,16 @@
|
||||
gtk = {
|
||||
enable = true;
|
||||
iconTheme = {
|
||||
name = theme.iconTheme.name;
|
||||
package = theme.iconTheme.package;
|
||||
inherit (theme.iconTheme) name;
|
||||
inherit (theme.iconTheme) package;
|
||||
};
|
||||
theme = {
|
||||
name = theme.gtkTheme.name;
|
||||
package = theme.gtkTheme.package;
|
||||
inherit (theme.gtkTheme) name;
|
||||
inherit (theme.gtkTheme) package;
|
||||
};
|
||||
cursorTheme = {
|
||||
name = theme.cursorTheme.name;
|
||||
package = theme.cursorTheme.package;
|
||||
inherit (theme.cursorTheme) name;
|
||||
inherit (theme.cursorTheme) package;
|
||||
};
|
||||
gtk2.extraConfig = ''
|
||||
gtk-theme-name="Tokyonight-Dark"
|
||||
@@ -34,7 +34,7 @@
|
||||
'';
|
||||
};
|
||||
gtk4 = {
|
||||
theme = config.gtk.theme;
|
||||
inherit (config.gtk) theme;
|
||||
extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
|
||||
Reference in New Issue
Block a user