feat: gtk
This commit is contained in:
parent
a813e5a010
commit
ead6eb1832
2 changed files with 3 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./stylix.nix
|
./stylix.nix
|
||||||
|
./gtk.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,12 +2,8 @@
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
cfg = config.marleyos.appearance.gtk;
|
config = lib.mkIf config.marleycfg.profiles.desktop {
|
||||||
in {
|
|
||||||
options.marleyos.appearance.gtk.enable = lib.mkEnableOption "gtk";
|
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
|
||||||
home.pointerCursor.gtk.enable = true;
|
home.pointerCursor.gtk.enable = true;
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
Loading…
Reference in a new issue