mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
refactor
This commit is contained in:
parent
c3de8cde6b
commit
b206cab70d
@ -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;
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user