feat(gnome): configure gnome user experience

This commit is contained in:
514fpv 2024-01-29 00:20:21 +08:00
parent 4395af295a
commit 37963a496c
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
7 changed files with 143 additions and 1 deletions

11
home/gnome/home.nix Normal file
View file

@ -0,0 +1,11 @@
{ pkgs
, lib
, config
, ... }: with lib; let
cfg = config.passthrough.gnome;
in {
imports = [
./impl/home.nix
./impl/dconf.nix
];
}