Skip to content

Commit

Permalink
fix(modules/base/home-manager): Set backupFileExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed May 21, 2024
1 parent 39e3d9d commit 2e1c4ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@
'')
];

# Set backup file extensions for conflicts on home manager activation.
home-manager.backupFileExtension = "backup";

# Set state version for my users home-manager (if it's enabled).
home-manager.users.${config.etu.user.username} = lib.mkIf config.etu.user.enable {
home.stateVersion = config.etu.stateVersion;
Expand Down

0 comments on commit 2e1c4ff

Please sign in to comment.