push
This commit is contained in:
9
modules/software/fish.nix
Normal file
9
modules/software/fish.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
den.aspects.fish = {
|
||||
nixos = {
|
||||
programs.fish.shellAliases = {
|
||||
box = "ssh box.bug.tools";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user