mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-01 11:25:40 +08:00
hm: backup always
This commit is contained in:
parent
60dd17f5fa
commit
05abe3cb3e
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ in
|
|||
imports = [
|
||||
{
|
||||
users.users.${config.me.username}.isNormalUser = lib.mkDefault true;
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.backupFileExtension = "hm-backup";
|
||||
home-manager.users.${config.me.username} = { };
|
||||
home-manager.sharedModules = [
|
||||
self.homeModules.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue