This commit is contained in:
Till 2023-12-14 18:09:34 +01:00
parent 6a475a7430
commit b5d14a8b64
9 changed files with 173 additions and 34 deletions

View file

@ -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;