aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-01-09 18:19:11 +0530
committerAkshay Nair <phenax5@gmail.com>2024-01-09 18:19:11 +0530
commited00ebd71d3910b3b8b88d18ccc71bae79d8508c (patch)
treeeffba52afb27579c999395170913698a1871dc12 /home.nix
parentb2348ede8bef85e8ebf9ed49bab81defafd7a8a4 (diff)
downloadnixos-config-ed00ebd71d3910b3b8b88d18ccc71bae79d8508c.tar.gz
nixos-config-ed00ebd71d3910b3b8b88d18ccc71bae79d8508c.zip
config sync
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/home.nix b/home.nix
index d947304..3098ad9 100644
--- a/home.nix
+++ b/home.nix
@@ -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
+ # ];
+ # };
}