👷 build(just): Install just & write Justfile

This commit is contained in:
punkfairie 2024-10-20 21:13:04 -07:00
parent f486bc0b9d
commit 414afef12f
2 changed files with 13 additions and 1 deletions

11
Justfile Normal file
View file

@ -0,0 +1,11 @@
default:
@just --list
deployhome:
home-manager switch --flake .
update:
nix flake update
updatejust this:
nix flake update {{this}}

View file

@ -13,8 +13,9 @@
# Enable flakes.
nix.settings.experimental-features = ["nix-command" "flakes"];
home.packages = [
home.packages = with pkgs; [
inputs.alejandra.defaultPackage.${system}
just
];
imports = [