{ pkgs, kmonad, unstablePkgs, ...}: { # custom # y.kmonad.enable = true; environment.systemPackages = with unstablePkgs; [ # custom pkgs.overlays.yabai #unfree # slack # spotify # corefonts # symbola #gui alacritty vscodium tdesktop # terminal # vim neovim helix # --- wget htop bat gitAndTools.gitFull lazygit git-lfs lsd lsof tmux tmate curlFull ripgrep ranger minio minio-client zip unzip jq vifm nnn # neovim asks for a c compiler just to run nvim-treesitter commands. let's see fzf killall tree deluge ncdu edir bottom pigz rclone # direnv direnv nix-direnv # scraping python310Packages.yt-dlp # code nodejs node2nix zig gcc gnumake sqlite ]; }