Gtk should not be enabled by default? (?)
This commit is contained in:
parent
4d2b0f9b5d
commit
bc42de13e2
3
home/features/desktop/default.nix
Normal file
3
home/features/desktop/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
stylix.targets.gtk.enable = true;
|
||||||
|
}
|
|
@ -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 ];
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Loading…
Reference in a new issue