Adding some packages to common gui apps
This commit is contained in:
parent
82152ff4d4
commit
1af1bb9d53
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ let
|
|||
in {
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
localsend
|
||||
moonlight
|
||||
];
|
||||
|
||||
programs.halloy = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue