Compare commits
2 commits
a02f108b75
...
c35a67f490
Author | SHA1 | Date | |
---|---|---|---|
c35a67f490 | |||
4a9e524f66 |
2 changed files with 6 additions and 6 deletions
10
flake.nix
10
flake.nix
|
@ -23,14 +23,14 @@
|
|||
];
|
||||
|
||||
|
||||
makeApp = name: exe:
|
||||
makeApp = pkgs: name: exe:
|
||||
{ type = "app"; program = "${pkgs.${name}}/bin/${defaultTo name exe}"; };
|
||||
|
||||
linuxApps = pkgs: [
|
||||
(makeApp "basilisk" null)
|
||||
(makeApp "isabelle" null)
|
||||
(makeApp "firefox-esr-alias" "firefox-esr")
|
||||
(makeApp "inkscape-xwayland" "inkscape")
|
||||
(makeApp pkgs "basilisk" null)
|
||||
(makeApp pkgs "isabelle" null)
|
||||
(makeApp pkgs "firefox-esr-alias" "firefox-esr")
|
||||
(makeApp pkgs "inkscape-xwayland" "inkscape")
|
||||
];
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ in
|
|||
`gallery.niss.website`. exceedingly unlikely to be useful to anyone
|
||||
else.
|
||||
- `charFilters`: `little` for making text ˡⁱᵏᵉ ᵗʰⁱˢ and `wide` for
|
||||
text like this
|
||||
text like this.
|
||||
- find-parent:
|
||||
`find-parent ‹file›` looks for `‹file›` in the current directory or
|
||||
any of its ancestors, and prints the path of the file found, if any.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue