diff --git a/home/home.nix b/home/home.nix index 99670c4..4930940 100644 --- a/home/home.nix +++ b/home/home.nix @@ -23,6 +23,8 @@ discord signal-desktop gapless + protonmail-bridge-gui + newsflash # Development ## Typst, LaTeX @@ -88,6 +90,7 @@ ui.default-command = "log"; }; }; + firefox = { enable = true; profiles.default = { @@ -103,7 +106,9 @@ ''; }; }; + bat.enable = true; + git = { enable = true; settings = { @@ -115,13 +120,16 @@ }; signing.format = "openpgp"; }; + bash = { enable = true; bashrcExtra = '' export PS1=" \W \[\e[33m\]λ\[\e[0m\] " ''; }; + gpg.enable = true; + zoxide = { enable = true; enableBashIntegration = true; diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 97db3ea..218dd49 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -101,6 +101,7 @@ gnomeExtensions.rounded-window-corners-reborn gnomeExtensions.runcat gnomeExtensions.caffeine + gnomeExtensions.launch-new-instance nerd-fonts.adwaita-mono adw-gtk3 gnumake