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