Add graphical applications
This commit is contained in:
parent
a019e2f168
commit
035dfa62a1
1 changed files with 7 additions and 0 deletions
|
@ -6,4 +6,11 @@
|
||||||
./font.nix
|
./font.nix
|
||||||
./playerctl.nix
|
./playerctl.nix
|
||||||
];
|
];
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
jellyfin-media-player # watch shows & movies from jellyfin with hardware decoding
|
||||||
|
feishin-appimage # self-packaged feishin while electron build fails
|
||||||
|
signal-desktop # secure messenger
|
||||||
|
webcord-vencord # more "privacy friendly" discord client
|
||||||
|
obsidian
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue