mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-06-04 01:42:02 +01:00
Fixed config issues after version update
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
}: let
|
||||
in {
|
||||
home.packages = [
|
||||
pkgs.bitwarden-desktop
|
||||
pkgs.babashka
|
||||
pkgs.bat-extras.batman
|
||||
pkgs.bat-extras.batdiff
|
||||
|
||||
@@ -33,10 +33,13 @@
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
};
|
||||
gtk4.extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
gtk4 = {
|
||||
theme = config.gtk.theme;
|
||||
extraConfig = {
|
||||
Settings = ''
|
||||
gtk-application-prefer-dark-theme=1
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user