Nix-Vibe public snapshot (squashed history)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ lib, pkgs, ... }:
|
||||
let
|
||||
justfileContent = builtins.readFile ./justfile;
|
||||
in
|
||||
{
|
||||
home.packages = [ pkgs.just ];
|
||||
|
||||
home.file.".config/just/justfile".text = justfileContent;
|
||||
}
|
||||
Reference in New Issue
Block a user