1
Fork 0

Gtk should not be enabled by default? (?)

This commit is contained in:
Matei Adriel 2023-07-18 16:39:18 +03:00
parent 4d2b0f9b5d
commit bc42de13e2
No known key found for this signature in database
4 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
{
stylix.targets.gtk.enable = true;
}

View file

@ -8,7 +8,7 @@ let
'')); ''));
in in
{ {
imports = [ ../default.nix ]; imports = [ ../default.nix ../../desktop ];
home.packages = [ inputs.hyprland-contrib.packages.${pkgs.system}.grimblast pkgs.hyprpaper ]; home.packages = [ inputs.hyprland-contrib.packages.${pkgs.system}.grimblast pkgs.hyprpaper ];

View file

@ -1,6 +1,7 @@
{ pkgs, ... }: { { pkgs, ... }: {
imports = [ imports = [
./default.nix ./default.nix
../desktop
../desktop/alacritty.nix # Default xmonad terminal ../desktop/alacritty.nix # Default xmonad terminal
]; ];

View file

@ -70,7 +70,6 @@ in
}; };
# }}} # }}}
# {{{ Ad-hoc stylix targets # {{{ Ad-hoc stylix targets
stylix.targets.gtk.enable = true;
# TODO: is this useful outside xorg? # TODO: is this useful outside xorg?
stylix.targets.xresources.enable = true; stylix.targets.xresources.enable = true;
# }}} # }}}