Skip to content

Commit

Permalink
Try fixing browser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wuz committed Feb 3, 2025
1 parent 542a6b1 commit e4a395e
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 70 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@
Magical system and home configuration using Nix.

## `configs/`

Any configuration files that are easier to write in another language or that
can't be easily configured in Nix.

## `hosts/`

Host machines, by name.

- `spellbook` - MacBook Pro, mostly for work

## `modules/`

Modules for Nix configurations

- `home-manager/` - all the modules that are managed by home-manager
Expand All @@ -22,6 +25,7 @@ Modules for Nix configurations
- `shared/` - all the modules that are shared between configurations

## `pkgs-wuz/`

Overlay for specific packages I use. In need of heavily modification, going to
be migrating to [`pog`](https://pog.gemologic.dev/) soon for scripts.

Expand All @@ -30,7 +34,6 @@ be migrating to [`pog`](https://pog.gemologic.dev/) soon for scripts.
### install and configure nix

First, [install nix](https://nixos.org/download#nix-install-macos)

Then:

```bash
Expand Down
128 changes: 64 additions & 64 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
};
};

inputs.determinate.url = "https://flakehub.com/f/DeterminateSystems/determinate/0.1";

liminix = {
flake = false;
url = "https://gti.telent.net/dan/liminix";
Expand All @@ -60,6 +62,7 @@
jacobi,
nixos-wsl,
nix-darwin-browsers,
determinate,
...
}:
let
Expand Down Expand Up @@ -105,6 +108,7 @@
nix-darwin-browsers.overlays.default
] ++ overlays;
}
determinate.darwinModules.default
home-manager.darwinModules.home-manager
];
in
Expand Down
4 changes: 2 additions & 2 deletions modules/home-manager/apps/browser.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ in
package = pkgs.zen-browser-bin;
enable = true;
policies = {
AppAutoUpdate = false;
DisableAppUpdate = true;
# AppAutoUpdate = false;
# DisableAppUpdate = true;
ExtensionSettings = builtins.listToAttrs (
builtins.map (
e:
Expand Down
Loading

0 comments on commit e4a395e

Please sign in to comment.