all repos — nixfiles @ 9d87dcc11ed12a457d7cada93cff501542ff0a5d

System and user configuration, managed by nix and home-manager

use xcp in place of cp

Alan Pearce
commit

9d87dcc11ed12a457d7cada93cff501542ff0a5d

parent

9e7e715273134f7cd8b8fd88153de2366e9678e0

2 files changed, 2 insertions(+), 0 deletions(-)

changed files
M user/settings/base.nixuser/settings/base.nix
@@ -66,6 +66,7 @@ };
home.packages = with pkgs; [ + xcp pv fd bfs
M user/settings/shell.nixuser/settings/shell.nix
@@ -22,6 +22,7 @@
"c," = "cd ${config.home.homeDirectory + "/projects/alin.ovh/nixfiles"}"; cg = "cd $(git root)"; cdg = "cd $(git root)"; + cp = "xcp"; fs = "bfs -nohidden"; nohead = "sed 1d";