add justfile to simplify common command
This commit is contained in:
parent
d3db2fc59f
commit
c2884923bb
3 changed files with 11 additions and 0 deletions
9
Justfile
Normal file
9
Justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
FLAKE_HOME := justfile_directory()
|
||||
|
||||
default:
|
||||
@just --list
|
||||
|
||||
switch:
|
||||
nh os switch {{FLAKE_HOME}}
|
||||
|
||||
alias s := switch
|
||||
|
|
@ -81,6 +81,7 @@
|
|||
kdePackages.kdenlive
|
||||
fd
|
||||
viu
|
||||
just
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
|
|
|
|||
|
|
@ -89,6 +89,7 @@
|
|||
kdePackages.kdenlive
|
||||
fd
|
||||
viu
|
||||
just
|
||||
];
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue