add justfile to simplify common command

This commit is contained in:
ulic-youthlic 2025-01-20 17:43:27 +08:00
parent d3db2fc59f
commit c2884923bb
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
3 changed files with 11 additions and 0 deletions

9
Justfile Normal file
View file

@ -0,0 +1,9 @@
FLAKE_HOME := justfile_directory()
default:
@just --list
switch:
nh os switch {{FLAKE_HOME}}
alias s := switch

View file

@ -81,6 +81,7 @@
kdePackages.kdenlive
fd
viu
just
];
programs.ssh = {

View file

@ -89,6 +89,7 @@
kdePackages.kdenlive
fd
viu
just
];
programs.ssh = {
enable = true;