fix: pywalfox now works
This commit is contained in:
@@ -8,14 +8,12 @@
|
|||||||
inputs.textfox.homeManagerModules.default
|
inputs.textfox.homeManagerModules.default
|
||||||
./textfox.nix
|
./textfox.nix
|
||||||
];
|
];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [pywalfox-native];
|
||||||
pywalfox-native
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
languagePacks = ["en-US"];
|
languagePacks = ["en-US"];
|
||||||
nativeMessagingHosts = [pkgs.pywalfox-native];
|
# nativeMessagingHosts = [pkgs.pywalfox-native];
|
||||||
|
|
||||||
profiles = {
|
profiles = {
|
||||||
hakase = {
|
hakase = {
|
||||||
@@ -25,7 +23,8 @@
|
|||||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
ublock-origin
|
ublock-origin
|
||||||
bitwarden
|
bitwarden
|
||||||
pywalfox
|
tridactyl
|
||||||
|
# pywalfox
|
||||||
];
|
];
|
||||||
|
|
||||||
bookmarks = {
|
bookmarks = {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../apps/waybar/home.nix
|
../../apps/waybar/home.nix
|
||||||
../../apps/waybar/deps.nix
|
|
||||||
../../apps/waybar/hakase-popup.nix
|
../../apps/waybar/hakase-popup.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user