This commit is contained in:
Daniel Langbein 2023-08-31 13:13:43 +02:00
parent c3de8cde6b
commit b206cab70d
2 changed files with 3 additions and 3 deletions

View File

@ -160,9 +160,6 @@
#gnome-contacts
]);
/* Enable home-manager to configure GNOME */
programs.dconf.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;

View File

@ -8,6 +8,9 @@ in
(import "${home-manager}/nixos")
];
/* Enable home-manager to configure GNOME */
programs.dconf.enable = true;
home-manager.users.yoda = {
/* The home.stateVersion option does not have a default and must be set */
/* https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion */