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 = [
|
||||
./stylix.nix
|
||||
./gtk.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -2,12 +2,8 @@
|
|||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.appearance.gtk;
|
||||
in {
|
||||
options.marleyos.appearance.gtk.enable = lib.mkEnableOption "gtk";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
}: {
|
||||
config = lib.mkIf config.marleycfg.profiles.desktop {
|
||||
home.pointerCursor.gtk.enable = true;
|
||||
|
||||
gtk = {
|
Loading…
Reference in a new issue