.dotfiles/.config/nixpkgs/graphical.nix

27 lines
827 B
Nix

{ config, pkgs, ... }:
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
#alacritty # terminal emulator
bc # calculator (bsp-layout dependency)
bemenu # tool to display menus
bsp-layout # automatic layouts for bpswm
ckb-next # corsair hardware control
conky # shows stuff on the wallpaper
dunst # notification-daemon
feh # image viewer and wallpaper-tool
flameshot # screenshot tool
helvum # Pipewire GUI
j4-dmenu-desktop # collects .desktop files for a menu
parcellite # clipboard-manager
pavucontrol # Pulseaudio GUI
polybar # desktop bar
solaar # Logitech tool
sxhkd # hotkey daemon
#vagrant # tool for automated virtual machines
#virtualbox # tool for virtual machines
xclip # clipboard CLI for X
];
}