Add more user packages

This commit is contained in:
outfoxxed 2023-06-25 18:15:34 -07:00
parent e96641729d
commit 13cf73e576
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
3 changed files with 50 additions and 3 deletions

View file

@ -30,7 +30,17 @@ in {
home-manager.users.${config.main-user} = {
imports = [ hyprland.homeManagerModules.default ];
home.packages = [ wrapper ];
home.packages = with pkgs; [
wrapper
# environment programs
wl-clipboard
grim
slurp
playerctl
wf-recorder
];
wayland.windowManager.hyprland = {
enable = true;