packages added
This commit is contained in:
parent
0a2a9bfa5a
commit
c3b9eb85ce
@ -3,7 +3,10 @@
|
|||||||
my = {
|
my = {
|
||||||
emacs.enable = true;
|
emacs.enable = true;
|
||||||
apps.dictionaries.enable = true;
|
apps.dictionaries.enable = true;
|
||||||
shell.tools.enable = true;
|
shell = {
|
||||||
|
tools.enable = true;
|
||||||
|
multimedia.enable = true;
|
||||||
|
};
|
||||||
services.network.enable = true;
|
services.network.enable = true;
|
||||||
dev = {
|
dev = {
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
|
|||||||
@ -13,6 +13,7 @@
|
|||||||
let vdhcoapp = pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { };
|
let vdhcoapp = pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { };
|
||||||
in (with pkgs; [
|
in (with pkgs; [
|
||||||
# gpt4all
|
# gpt4all
|
||||||
|
brave # crypto-browser that at least somewhat integrates with gtk
|
||||||
nextcloud-client # self-hosted google-drive alternative
|
nextcloud-client # self-hosted google-drive alternative
|
||||||
fragments # beautiful torrent client
|
fragments # beautiful torrent client
|
||||||
protonmail-bridge # bridge for protonmail
|
protonmail-bridge # bridge for protonmail
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user