mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-24 00:58:55 -05:00
add brave
This commit is contained in:
parent
2035c0ced2
commit
d0186998e4
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./unstable.nix
|
||||
];
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
firefox-devedition
|
||||
|
@ -8,6 +11,7 @@
|
|||
jellyfin-web
|
||||
jellyfin-media-player
|
||||
vlc
|
||||
unstable.brave
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue