Skip to content

Commit

Permalink
add chromium and export GPG_TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 31, 2024
1 parent fd21c8a commit bb80606
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
starship init fish | source
set fish_greeting # Disable greeting
set -x CUDA_PATH ${pkgs.cudatoolkit}
set -gx GPG_TTY (tty)
'';
shellAliases = {
vim = "nvim";
Expand Down
8 changes: 8 additions & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ in
};
};
yt-dlp.enable = true;
chromium = {
enable = true;
extensions = [
{ id = "fmkadmapgofadopljbjfkapdkoienihi"; } # react developer tools
{ id = "cjpalhdlnbpafiamejdnhcphjbkeiagm"; } # uBlockOrigin
];
dictionaries = [ pkgs.hunspellDictsChromium.en_US ];
};
#kitty = {
# enable = true;
# theme = "Birds Of Paradise";
Expand Down

0 comments on commit bb80606

Please sign in to comment.