diff options
| author | anand <anand.panchdhari@gmail.com> | 2026-03-30 00:56:41 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2026-03-30 00:56:41 +0530 |
| commit | 2e6bd0c4a290f150e2b7e88c7319adf2f21f1835 (patch) | |
| tree | f38aec01da8f2e77ba6e22c715606f18513332d1 /configuration.nix | |
| parent | 2c4b510a0ae1c51735a70d8fa6b4f3b3e185ed8e (diff) | |
Added the helium browser
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 84 |
1 files changed, 43 insertions, 41 deletions
diff --git a/configuration.nix b/configuration.nix index 9262dce..ad7a3d2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,6 +2,7 @@ config, lib, pkgs, + inputs, ... }: @@ -121,47 +122,48 @@ NH_FLAKE = "/home/anand/dots/"; }; - environment.systemPackages = with pkgs; [ - btop - nix-output-monitor - nvd - unzip - zip - vim - neovim - tree-sitter - wget - git - kitty - tmux - ly - pavucontrol - waybar - pass - rofi - rofimoji - wezterm - swww - networkmanagerapplet - zoxide - brillo - wlr-randr - bat - vlc - zathura - localsend - docker - kdePackages.kleopatra - gimp3 - kdePackages.ark - ferdium - spotify-player - wl-clipboard - grim - slurp - trash-cli - nh - mosh + environment.systemPackages = [ + pkgs.btop + pkgs.nix-output-monitor + pkgs.nvd + pkgs.unzip + pkgs.zip + pkgs.vim + pkgs.neovim + pkgs.tree-sitter + pkgs.wget + pkgs.git + pkgs.kitty + pkgs.tmux + pkgs.ly + pkgs.pavucontrol + pkgs.waybar + pkgs.pass + pkgs.rofi + pkgs.rofimoji + pkgs.wezterm + pkgs.swww + pkgs.networkmanagerapplet + pkgs.zoxide + pkgs.brillo + pkgs.wlr-randr + pkgs.bat + pkgs.vlc + pkgs.zathura + pkgs.localsend + pkgs.docker + pkgs.kdePackages.kleopatra + pkgs.gimp3 + pkgs.kdePackages.ark + pkgs.ferdium + pkgs.spotify-player + pkgs.wl-clipboard + pkgs.grim + pkgs.slurp + pkgs.trash-cli + pkgs.nh + pkgs.mosh + inputs.helium.packages.x86_64-linux.default ]; fonts.packages = with pkgs; [ |
