added fsel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user