refactor start
This commit is contained in:
parent
bd49791e06
commit
e46d25f0b7
16699 changed files with 2 additions and 1484887 deletions
14
home/env.nix
14
home/env.nix
|
|
@ -1,14 +0,0 @@
|
|||
{conf, config, pkgs, ...}: {
|
||||
home = {
|
||||
file.inbox.source = config.lib.file.mkOutOfStoreSymlink "/home/${conf.user}/sync/inbox";
|
||||
|
||||
shellAliases = {
|
||||
cat = "bat -p";
|
||||
"." = "source";
|
||||
ls = "${pkgs.eza}/bin/eza -g --git --group-directories-first";
|
||||
ll = "${pkgs.eza}/bin/eza -l";
|
||||
la = "${pkgs.eza}/bin/eza -la";
|
||||
grep = "grep --color=auto";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue