non-nixos configs.

This commit is contained in:
Gabe Venberg 2024-03-24 17:39:49 -05:00
parent 5d77bb8b35
commit bf200e93e6
37 changed files with 4361 additions and 0 deletions

18
justfile Normal file
View file

@ -0,0 +1,18 @@
default:
just --list
home-manager target:
home-manager --flake .#{{target}} switch
check-home-manager target:
home-manager build --no-out-link --flake .#{{target}}
bootstrap-home-manager target:
nix run --extra-experimental-features "nix-command flakes" --no-write-lock-file github:nix-community/home-manager/ -- --extra-experimental-features "nix-command flakes" --flake .#{{target}} switch
format:
nix fmt
home-gc:
home-manager expire-generations -7days
nix store gc