diff options
| author | stefan <stefan@s00.xyz> | 2025-03-11 02:23:51 -0400 |
|---|---|---|
| committer | stefan <stefan@s00.xyz> | 2025-03-11 02:23:51 -0400 |
| commit | a52fe6273deaf6dd04bf3f589a0231cd05051d0f (patch) | |
| tree | 48e194025c4b262ab571dda37311cf29b0a65da7 /form | |
| parent | d0d566b658f4e392a1493a677837fd34af634372 (diff) | |
| download | home-a52fe6273deaf6dd04bf3f589a0231cd05051d0f.tar.gz | |
sync
Diffstat (limited to 'form')
| -rw-r--r-- | form/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/form/configuration.nix b/form/configuration.nix index f280be0..275f5a5 100644 --- a/form/configuration.nix +++ b/form/configuration.nix @@ -46,6 +46,8 @@ extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ tree + discord-ptb + ungoogled-chromium ]; shell = pkgs.zsh; }; @@ -84,6 +86,7 @@ wmenu gnupg pinentry-qt + btop ]; environment.pathsToLink = [ "/share/zsh" ]; |