list concatenation
This commit is contained in:
@@ -20,27 +20,23 @@
|
||||
];
|
||||
};
|
||||
};
|
||||
users.users.jawz.packages =
|
||||
builtins.attrValues {
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
||||
vdhcoapp # video download helper assistant
|
||||
talk # nextcloud talk client
|
||||
;
|
||||
}
|
||||
++ 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...?
|
||||
;
|
||||
};
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (inputs.jawz-scripts.packages.x86_64-linux)
|
||||
vdhcoapp # video download helper assistant
|
||||
talk # nextcloud talk client
|
||||
;
|
||||
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
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user