added fsel

This commit is contained in:
kenji
2025-12-25 11:26:02 -06:00
parent b241a5c5f4
commit 0ac2ceba5c
5 changed files with 173 additions and 26 deletions
+6
View File
@@ -5,6 +5,11 @@
elephant.url = "github:abenz1267/elephant";
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
fsel = {
url = "github:Mjoyufull/fsel";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@@ -41,6 +46,7 @@
nixovim, # FIXME: should be inside of modules
chaotic,
sops-nix,
fsel,
...
} @ inputs: let
config = import ./config.nix;