add fj alias
This commit is contained in:
parent
85dfccfaa5
commit
c5181be5c5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
# Import all home-manager modules
|
||||
imports = [
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
du = "du -h";
|
||||
lg = "lazygit";
|
||||
onefetch = "onefetch -T prose -T programming -T data";
|
||||
fj = "${lib.getExe pkgs.forgejo-cli} --host git.osbm.dev";
|
||||
};
|
||||
|
||||
# Don't set stateVersion here - let it be set by the system configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue