diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-01 19:21:31 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-02 16:08:13 +0530 |
commit | eccb8f3daa274d344a46142c130873987bcfbae8 (patch) | |
tree | 28483212d3191ac6ba72443254fdf2eef5cc618b /configuration.nix | |
parent | ad8e3d128eb2fab5149b7b5254a549abfee57ad8 (diff) |
pkgs: replace w3m with firefox, add new pkgs
pass, gcc, imv, libnotify, wob, element-desktop, brightnessctl,
wlr-randr, rtorrent, nerdfonts, ffmpeg-full, qemu, OVMFfull, gnumake
shellcheck, nnn, mpv, unzip, tree, tor-browser-bundle-bin
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index 583487a..36100ec 100644 --- a/configuration.nix +++ b/configuration.nix @@ -33,10 +33,17 @@ in isNormalUser = true; extraGroups = [ "wheel" ]; packages = with pkgs; [ + nnn + shellcheck + ffmpeg-full + gnumake + rtorrent nixos-option - w3m + pass + gcc neofetch ps_mem + brightnessctl ]; }; services.getty.autologinUser = user; @@ -45,6 +52,8 @@ in environment = { binsh = "${pkgs.dash}/bin/dash"; systemPackages = with pkgs; [ + unzip + bc file openssl git @@ -52,6 +61,7 @@ in curl neovim wget + tree ]; }; system.stateVersion = "23.05"; |