updates
This commit is contained in:
parent
a1cec54ec8
commit
ccbbb7f26e
18 changed files with 441 additions and 248 deletions
|
@ -55,6 +55,7 @@ in
|
|||
|
||||
# Add Home-manager dconf stuff
|
||||
home-manager.sharedModules = mkIf cfg.hm [ ./hm.nix ];
|
||||
|
||||
environment.gnome.excludePackages =
|
||||
(with pkgs; [
|
||||
gnome-photos
|
||||
|
@ -82,6 +83,8 @@ in
|
|||
# Services required for gnome
|
||||
programs.dconf.enable = true;
|
||||
|
||||
|
||||
|
||||
# Extra gnome packages
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnome-tweaks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue