more packages concatenation
This commit is contained in:
@@ -20,28 +20,25 @@
|
||||
};
|
||||
};
|
||||
users.users.jawz.packages =
|
||||
let
|
||||
otherPackages = [
|
||||
# video download helper assistant
|
||||
(pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { })
|
||||
(pkgs.callPackage ../../pkgs/talk/default.nix { })
|
||||
];
|
||||
packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
thunderbird # email client
|
||||
warp # transfer files with based ppl
|
||||
brave # crypto-browser that at least somewhat integrates with gtk
|
||||
nextcloud-client # self-hosted google-drive alternative
|
||||
fragments # beautiful torrent client
|
||||
tor-browser-bundle-bin # dark web, so dark!
|
||||
telegram-desktop # furry chat
|
||||
nicotine-plus # remember Ares?
|
||||
vesktop # screen share with audio discord
|
||||
discord-ptb # :3
|
||||
teamspeak5_client # ppl say they will use this...?
|
||||
;
|
||||
};
|
||||
in
|
||||
packages ++ otherPackages;
|
||||
[
|
||||
# video download helper assistant
|
||||
(pkgs.callPackage ../../pkgs/vdhcoapp/default.nix { })
|
||||
(pkgs.callPackage ../../pkgs/talk/default.nix { })
|
||||
]
|
||||
++ builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
thunderbird # email client
|
||||
warp # transfer files with based ppl
|
||||
brave # crypto-browser that at least somewhat integrates with gtk
|
||||
nextcloud-client # self-hosted google-drive alternative
|
||||
fragments # beautiful torrent client
|
||||
tor-browser-bundle-bin # dark web, so dark!
|
||||
telegram-desktop # furry chat
|
||||
nicotine-plus # remember Ares?
|
||||
vesktop # screen share with audio discord
|
||||
discord-ptb # :3
|
||||
teamspeak5_client # ppl say they will use this...?
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user