Fix homepackages
This commit is contained in:
parent
07e36ccdb4
commit
4c3738a3d2
1 changed files with 22 additions and 0 deletions
22
modules/home-manager/homepackages.nix
Normal file
22
modules/home-manager/homepackages.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
pkgs.sway-contrib.grimshot
|
||||
waypaper
|
||||
hyprpaper
|
||||
swaybg
|
||||
lua-language-server
|
||||
nil
|
||||
nixfmt-rfc-style
|
||||
stylua
|
||||
|
||||
lunar-client
|
||||
discord
|
||||
|
||||
spotify
|
||||
pavucontrol
|
||||
|
||||
zoom-us
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue