.dotfiles/.config/home-manager/wayland.nix

12 lines
271 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
swww # wallpaper daemon
wl-clipboard # clipboard manager (tools)
];
}