This commit is contained in:
Lucy von Overheidt 2025-09-09 21:20:12 +02:00
parent 4d269a9e8d
commit f9c369c584
12 changed files with 638 additions and 73 deletions

View file

@ -106,6 +106,7 @@ in
go-hello = "${nix} flake init --template templates#go-hello";
haskell-hello = "${nix} flake init --template templates#haskell-hello";
g = "${lib.getExe pkgs.git}";
copy = "${pkgs.wl-wl-clipboard}/bin/wl-copy";
};
};
carapace.enable = true;