[feat] Fix gtk.nix
This commit is contained in:
@@ -7,10 +7,7 @@ in {
|
|||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
./wezterm.nix
|
./wezterm.nix
|
||||||
] ++ (if device.isLinux then [
|
] ++ (if device.isLinux then [ ../linux ] else [ ]);
|
||||||
../linux
|
|
||||||
] else
|
|
||||||
[ ]);
|
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
[
|
[
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ pkgs, ... }: {
|
{ pkgs, ... }: {
|
||||||
programs = {
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
@@ -24,5 +23,4 @@
|
|||||||
|
|
||||||
gtk4.extraConfig = { gtk-application-prefer-dark-theme = 1; };
|
gtk4.extraConfig = { gtk-application-prefer-dark-theme = 1; };
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user