flocon/home/base/programs/miscellaneous.nix

7 lines
161 B
Nix

{ pkgs, ... }:
{
programs.fzf.enable = true;
programs.fastfetch.enable = true;
home.packages = with pkgs; [ proton-pass spotify vesktop wl-clipboard ];
}