alt
This commit is contained in:
parent
6a475a7430
commit
b5d14a8b64
9 changed files with 173 additions and 34 deletions
|
|
@ -118,6 +118,7 @@
|
|||
|
||||
imports = [
|
||||
./desktop
|
||||
./alias.nix
|
||||
./nvim
|
||||
./foot.nix
|
||||
./fish.nix
|
||||
|
|
@ -129,15 +130,6 @@
|
|||
./R.nix
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
v = "nvim";
|
||||
r = "R --no-save --no-restore";
|
||||
R = "R --no-save --no-restore";
|
||||
cdg = "cd \$(git rev-parse --show-toplevel)";
|
||||
map = "telnet mapscii.me";
|
||||
weather = "curl wttr.in/frankfurt";
|
||||
};
|
||||
|
||||
programs.nix-index = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue