new: textfox--a firefox tui-like experience

This commit is contained in:
kenji
2025-12-26 09:52:50 -06:00
parent 8f6dc9796d
commit f0b48b9f61
3 changed files with 135 additions and 14 deletions
+4 -6
View File
@@ -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;