mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
set home-manager backup file extension
This commit is contained in:
parent
314c76b176
commit
9b031294fa
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
config.home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
users.crow = lib.mkIf config.users.crow.home.enable ./crow/home.nix;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue