mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-25 02:50:14 +00:00
fix: add readme and fix installer apps
This commit is contained in:
11
apps/readme.nix
Normal file
11
apps/readme.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
type = "app";
|
||||
|
||||
program = builtins.toString (pkgs.writeShellScript "readme" ''
|
||||
#!${pkgs.stdenv.shell}
|
||||
|
||||
${pkgs.glow}/bin/glow ${builtins.toString ../README.md}
|
||||
'');
|
||||
|
||||
}
|
Reference in New Issue
Block a user