[SUMIREKO] Make sumireko bearable.

This commit is contained in:
Kat Inskip 2023-02-20 14:24:36 -08:00
parent 2be79777a5
commit d2d403fef8
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
20 changed files with 359 additions and 67 deletions

View file

@ -36,6 +36,14 @@
url = "github:lnl7/nix-darwin/master";
inputs.nixpkgs.follows = "nixpkgs";
};
# status bar
spacebar = {
url = "github:cmacrae/spacebar/v1.4.0";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "utils";
};
};
# WSL host
wsl = {
url = "github:nix-community/NixOS-WSL";