Unknown Changes
This commit is contained in:
parent
3108b3753d
commit
0ab24e1a02
6 changed files with 42 additions and 6 deletions
14
modules/home-manager/homepackages.nix
Normal file
14
modules/home-manager/homepackages.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [pkgs.sway-contrib.grimshot
|
||||
waypaper
|
||||
hyprpaper
|
||||
swaybg
|
||||
lua-language-server
|
||||
nil
|
||||
stylua
|
||||
|
||||
lunar-client
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue