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
|
||||
{
|
||||
imports = [ ../default.nix ];
|
||||
imports = [ ../default.nix ../../desktop ];
|
||||
|
||||
home.packages = [ inputs.hyprland-contrib.packages.${pkgs.system}.grimblast pkgs.hyprpaper ];
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./default.nix
|
||||
../desktop
|
||||
../desktop/alacritty.nix # Default xmonad terminal
|
||||
];
|
||||
|
||||
|
|
|
@ -70,7 +70,6 @@ in
|
|||
};
|
||||
# }}}
|
||||
# {{{ Ad-hoc stylix targets
|
||||
stylix.targets.gtk.enable = true;
|
||||
# TODO: is this useful outside xorg?
|
||||
stylix.targets.xresources.enable = true;
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue