Add more user packages
This commit is contained in:
parent
e96641729d
commit
13cf73e576
3 changed files with 50 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue