Revert "2: Added Textfox to flake.nix and enabled it"

This reverts commit 8c71f9377f.
This commit is contained in:
uzy lol 2025-01-28 21:34:51 -08:00
parent 8c71f9377f
commit a92ea2e743
2 changed files with 0 additions and 12 deletions

View File

@ -50,10 +50,6 @@
walker = {
url = "github:abenz1267/walker";
};
textfox = {
url = "github:adriankarlen/textfox";
};
};
outputs = {
@ -67,7 +63,6 @@
nixvim,
hyprland-qtutils,
walker,
textfox,
...
} @ inputs: let
lib = nixpkgs.lib;
@ -92,7 +87,6 @@
nixvim.homeManagerModules.nixvim
walker.homeManagerModules.default
spicetify-nix.homeManagerModules.default
textfox.homeManagerModules.default
];
};
}

View File

@ -3,10 +3,4 @@
firefox-bin
microsoft-edge
];
# Enable Textfox TUI-style theme for Firefox
textfox = {
enable = true;
profile = "uzair";
};
}