.dotfiles/.config/home-manager/wayland.nix
Tobias Reisinger ccb5e6660e
Improve configs
fixes, replace exa with eza, update home-manager version
2023-09-10 21:41:00 +02:00

16 lines
379 B
Nix

{ config, pkgs, ... }:
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
cliphist # clipboard manager (history)
grim # needed for screenshots/flameshot
slurp # needed for screenshots
swww # wallpaper daemon
wl-clipboard # clipboard manager (tools)
#xdg-desktop-portal
#xdg-desktop-portal-hyprland
#xdg-desktop-portal-gtk
];
}