new: textfox--a firefox tui-like experience
This commit is contained in:
@@ -4,11 +4,8 @@
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
elephant.url = "github:abenz1267/elephant";
|
||||
chaotic.url = "github:chaotic-cx/nyx/nyxpkgs-unstable";
|
||||
|
||||
fsel = {
|
||||
url = "github:Mjoyufull/fsel";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
textfox.url = "github:adriankarlen/textfox";
|
||||
fsel.url = "github:Mjoyufull/fsel";
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
@@ -43,10 +40,11 @@
|
||||
nixpkgs,
|
||||
home-manager,
|
||||
stylix,
|
||||
nixovim, # FIXME: should be inside of modules
|
||||
nixovim,
|
||||
chaotic,
|
||||
sops-nix,
|
||||
fsel,
|
||||
textfox,
|
||||
...
|
||||
} @ inputs: let
|
||||
config = import ./config.nix;
|
||||
|
||||
Reference in New Issue
Block a user