424a1db3a7
- ircgay command for catgirl - fish keybinds for launching $EDITOR - uptimes script - fix neovide launch flags
7 lines
136 B
Nix
7 lines
136 B
Nix
{ pkgs, ... }:
|
|
let uptimes = pkgs.writeShellScriptBin "uptimes" (builtins.readFile ./uptimes.sh);
|
|
in
|
|
{
|
|
home.packages = [ uptimes ];
|
|
}
|