home(gnome): configure gnome user experience

This commit is contained in:
514fpv 2024-01-29 00:20:21 +08:00
parent da74cdf164
commit a20cfee005
Signed by: koishi
SSH key fingerprint: SHA256:2jRvFSzG5UeUlQ3WxZ2sbUOfo5wNKzv1fZsk/FexKjQ
7 changed files with 143 additions and 1 deletions

View file

@ -4,7 +4,7 @@
, ... }: with lib; let
cfg = config.home.gnome;
in {
imports = [ ./impl.nix ];
imports = [ ./impl/nixos.nix ];
options.home.gnome = {
enable = mkEnableOption "GNOME desktop environment";