feat(gnome): configure gnome user experience
This commit is contained in:
parent
4395af295a
commit
37963a496c
7 changed files with 143 additions and 1 deletions
11
home/gnome/home.nix
Normal file
11
home/gnome/home.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, ... }: with lib; let
|
||||
cfg = config.passthrough.gnome;
|
||||
in {
|
||||
imports = [
|
||||
./impl/home.nix
|
||||
./impl/dconf.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue