this repo has no description
at master 498 B view raw
1{ 2 config, 3 pkgs, 4 ... 5}: { 6 # List packages installed in system profile. To search by name, run: 7 # $ nix search nixpkgs wget 8 environment.systemPackages = with pkgs; [ 9 # _1password 10 asciinema 11 bat 12 coreutils 13 entr 14 findutils 15 fswatch 16 fzy 17 # gnupg 18 lima 19 # lnav 20 neovim-remote 21 noti 22 pinentry_mac 23 qmk 24 rage 25 ripgrep 26 ]; 27 28 environment.shells = [pkgs.fish pkgs.zsh]; 29 30 programs.nix-index.enable = true; 31 programs.fish.enable = true; 32}