mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: wine and librewolf stuff
This commit is contained in:
parent
c470c271cf
commit
0df783bf41
20 changed files with 118 additions and 195 deletions
|
|
@ -7,6 +7,10 @@ _: {
|
|||
persistent = true;
|
||||
};
|
||||
};
|
||||
# adds to nixpkgs.overlay, made irrelevant due to `home-manager.useGlobalPkgs`
|
||||
#chaotic.nyx.overlay.enable = false;
|
||||
services.home-manager.autoExpire = {
|
||||
enable = true;
|
||||
frequency = "weekly";
|
||||
store.cleanup = true;
|
||||
timestamp = "-7 days";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
_: {
|
||||
programs.zen-browser.profiles.main.settings = {
|
||||
programs.librewolf.profiles.main.settings = {
|
||||
"browser.tabs.allow_transparent_browser" = true;
|
||||
|
||||
"zen.welcome-screen.seen" = true;
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
_: {
|
||||
programs.zen-browser.profiles.main = {
|
||||
programs.librewolf.profiles.main = {
|
||||
containersForce = true;
|
||||
containers = {
|
||||
main = {
|
||||
|
|
@ -6,9 +6,12 @@
|
|||
home.sessionVariables = {
|
||||
BROWSER = "zen";
|
||||
};
|
||||
#stylix.targets.zen-browser.profileNames = ["main"];
|
||||
stylix.targets.librewolf = {
|
||||
colorTheme.enable = true;
|
||||
profileNames = ["main"];
|
||||
};
|
||||
home.packages = [pkgs.ff2mpv-rust];
|
||||
programs.zen-browser = {
|
||||
programs.librewolf = {
|
||||
nativeMessagingHosts = [
|
||||
pkgs.ff2mpv-rust
|
||||
];
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{nur, ...}: {
|
||||
programs.zen-browser.profiles.main.extensions = {
|
||||
programs.librewolf.profiles.main.extensions = {
|
||||
packages = with nur.repos.rycee.firefox-addons; [
|
||||
mtab
|
||||
];
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{nur, ...}: {
|
||||
programs.zen-browser.profiles.main = {
|
||||
programs.librewolf.profiles.main = {
|
||||
extensions = {
|
||||
packages = with nur.repos.rycee.firefox-addons; [
|
||||
tree-style-tab
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{nur, ...}: {
|
||||
programs.zen-browser.profiles.main.extensions = {
|
||||
programs.librewolf.profiles.main.extensions = {
|
||||
packages = with nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
];
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
_: {
|
||||
programs.zen-browser.profiles.main.extensions = {
|
||||
programs.librewolf.profiles.main.extensions = {
|
||||
#settings."{6b733b82-9261-47ee-a595-2dda294a4d08}".settings = {
|
||||
# options = builtins.toJSON {
|
||||
# showGuide = false;
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
_: {
|
||||
programs.zen-browser = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue