sourcephile
/
git
/
julm
/
julm-nix.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f38b35
)
home-manager: overwrite files
author
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sat, 1 Jun 2024 00:00:07 +0000
(
02:00
+0200)
committer
Julien Moutinho
<julm+julm-nix@sourcephile.fr>
Sat, 22 Jun 2024 23:05:45 +0000
(
01:05
+0200)
flake.nix
patch
|
blob
|
history
diff --git
a/flake.nix
b/flake.nix
index 644cf482df2b5195d587c95ffe93724c05e1612f..55742e6f860d48e572a22f6ec02a85c90c048f50 100644
(file)
--- a/
flake.nix
+++ b/
flake.nix
@@
-113,7
+113,8
@@
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.verbose = true;
- home-manager.backupFileExtension = null;
+ #home-manager.force = true;
+ home-manager.backupFileExtension = "old";
home-manager.extraSpecialArgs = {
inherit hostName inputs;
};