fish.nix
This commit is contained in:
parent
c487f8d879
commit
a732d4c4ae
4 changed files with 79 additions and 3 deletions
|
|
@ -31,11 +31,13 @@
|
|||
tree
|
||||
vdirsyncer
|
||||
tdesktop
|
||||
nnn
|
||||
];
|
||||
|
||||
imports = [
|
||||
./R.nix
|
||||
./nvim
|
||||
./fish.nix
|
||||
];
|
||||
|
||||
home.shellAliases = {
|
||||
|
|
@ -44,9 +46,6 @@
|
|||
v = "nvim";
|
||||
};
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue