Revert "2: Added Textfox to flake.nix and enabled it"
This reverts commit 8c71f9377f.
This commit is contained in:
parent
8c71f9377f
commit
a92ea2e743
@ -50,10 +50,6 @@
|
|||||||
walker = {
|
walker = {
|
||||||
url = "github:abenz1267/walker";
|
url = "github:abenz1267/walker";
|
||||||
};
|
};
|
||||||
|
|
||||||
textfox = {
|
|
||||||
url = "github:adriankarlen/textfox";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
@ -67,7 +63,6 @@
|
|||||||
nixvim,
|
nixvim,
|
||||||
hyprland-qtutils,
|
hyprland-qtutils,
|
||||||
walker,
|
walker,
|
||||||
textfox,
|
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
@ -92,7 +87,6 @@
|
|||||||
nixvim.homeManagerModules.nixvim
|
nixvim.homeManagerModules.nixvim
|
||||||
walker.homeManagerModules.default
|
walker.homeManagerModules.default
|
||||||
spicetify-nix.homeManagerModules.default
|
spicetify-nix.homeManagerModules.default
|
||||||
textfox.homeManagerModules.default
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -3,10 +3,4 @@
|
|||||||
firefox-bin
|
firefox-bin
|
||||||
microsoft-edge
|
microsoft-edge
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable Textfox TUI-style theme for Firefox
|
|
||||||
textfox = {
|
|
||||||
enable = true;
|
|
||||||
profile = "uzair";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user