diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-01-09 18:19:11 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-01-09 18:19:11 +0530 |
| commit | ed00ebd71d3910b3b8b88d18ccc71bae79d8508c (patch) | |
| tree | effba52afb27579c999395170913698a1871dc12 /home.nix | |
| parent | b2348ede8bef85e8ebf9ed49bab81defafd7a8a4 (diff) | |
| download | nixos-config-ed00ebd71d3910b3b8b88d18ccc71bae79d8508c.tar.gz nixos-config-ed00ebd71d3910b3b8b88d18ccc71bae79d8508c.zip | |
config sync
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -102,4 +102,17 @@ in ".wyrdrc".source = ./config/remind/.wyrdrc; "scripts".source = ./scripts; }; + + # programs.chromium = { + # enable = true; + # package = pkgs.brave; + # commandLineArgs = [ "--enable-devtools-experiments" "" ]; + # # --file_chooser, --enable-devtools-experiments --enabled-features --disabled-features --flag-switches-begin --flag-switches-end + # extensions = [ + # { id = "fmkadmapgofadopljbjfkapdkoienihi"; } # React devtools + # { id = "dbepggeogbaibhgnhhndojpepiihcmeb"; } # Vimium + # { id = "iohjgamcilhbgmhbnllfolmkmmekfmci"; } # Jam recording + # { id = "jnkmfdileelhofjcijamephohjechhna"; } # GA debugger + # ]; + # }; } |
