This commit is contained in:
sadan 2025-02-04 01:51:05 -05:00
parent 3496c35fe5
commit 39b4dd66ab
No known key found for this signature in database
4 changed files with 36 additions and 25 deletions

View file

@ -1,12 +1,13 @@
{pkgs, ...}: {
home = {
packages = with pkgs; [
firefox-devedition
google-chrome
thunderbird
jellyfin-web
jellyfin-media-player
vlc
];
};
}
{ pkgs, ... }:
{
home = {
packages = with pkgs; [
firefox-devedition
google-chrome
thunderbird
jellyfin-web
jellyfin-media-player
vlc
];
};
}