mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
12 lines
No EOL
235 B
Nix
12 lines
No EOL
235 B
Nix
{pkgs, ...}: {
|
|
home = {
|
|
packages = with pkgs; [
|
|
firefox-devedition
|
|
google-chrome
|
|
thunderbird
|
|
jellyfin-web
|
|
jellyfin-media-player
|
|
vlc
|
|
];
|
|
};
|
|
} |