add justfile to simplify common command
This commit is contained in:
parent
c1c8293320
commit
19bd7289a6
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
|
kdePackages.kdenlive
|
||||||
fd
|
fd
|
||||||
viu
|
viu
|
||||||
|
just
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
|
|
|
||||||
|
|
@ -89,6 +89,7 @@
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
fd
|
fd
|
||||||
viu
|
viu
|
||||||
|
just
|
||||||
];
|
];
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue