mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
5 lines
90 B
Nix
5 lines
90 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.shellAliases.j = "just";
|
|
home.packages = with pkgs; [ just ];
|
|
}
|