mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-27 06:28:20 -04:00
things
This commit is contained in:
parent
3496c35fe5
commit
39b4dd66ab
4 changed files with 36 additions and 25 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue