Skip to content

Commit

Permalink
feat: seashell
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed May 31, 2024
1 parent 378986e commit 8748386
Show file tree
Hide file tree
Showing 17 changed files with 207 additions and 601 deletions.
202 changes: 178 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
url = "github:numtide/devshell";
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
url = "github:SoraTenshi/helix/new-daily-driver";
inputs.nixpkgs.follows = "nixpkgs";
};

schizofox = {
url = "github:schizofox/schizofox";
Expand All @@ -131,10 +135,14 @@
inputs.home-manager.follows = "home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
helix = {
url = "github:SoraTenshi/helix/new-daily-driver";
inputs.nixpkgs.follows = "nixpkgs";
seashell = {
url = "github:sioodmy/seashell";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};

nix-index-db = {
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
Expand Down
Loading

0 comments on commit 8748386

Please sign in to comment.