home(gnome): configure gnome user experience

This commit is contained in:
514fpv 2024-01-29 00:20:21 +08:00
parent e819ca42d0
commit 87d9375d60
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
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";