1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00

feat(fish): proper PATH initialization

This commit is contained in:
Ryan Cao 2024-09-04 18:39:02 +08:00
parent ea378cf3af
commit 1833524619
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1
6 changed files with 76 additions and 181 deletions

View file

@ -16,18 +16,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lix = {
url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
flake = false;
};
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
inputs.flake-utils.follows = "flake-utils";
};
catppuccin = {
url = "github:catppuccin/nix";
};
@ -45,13 +33,6 @@
nrr = {
url = "github:ryanccn/nrr";
inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
inputs.flake-utils.follows = "flake-utils";
};
choirpack = {
url = "github:ryanccn/choirpack";
inputs.nixpkgs.follows = "nixpkgs";
};
nyoom = {
@ -77,10 +58,6 @@
url = "github:ryanccn/vivid-zsh";
flake = false;
};
flake-utils = {
url = "github:numtide/flake-utils";
};
};
outputs =