Initial commit
This commit is contained in:
0
pluggables/collections/development.nix
Normal file
0
pluggables/collections/development.nix
Normal file
0
pluggables/collections/extended-terminal-tools.nix
Normal file
0
pluggables/collections/extended-terminal-tools.nix
Normal file
0
pluggables/collections/games.nix
Normal file
0
pluggables/collections/games.nix
Normal file
0
pluggables/collections/japanese.nix
Normal file
0
pluggables/collections/japanese.nix
Normal file
0
pluggables/collections/multimedia.nix
Normal file
0
pluggables/collections/multimedia.nix
Normal file
0
pluggables/collections/school.nix
Normal file
0
pluggables/collections/school.nix
Normal file
26
pluggables/server/torrent.nix
Normal file
26
pluggables/server/torrent.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
{ pkgs }:
|
||||
{
|
||||
services.deluge = {
|
||||
enable = true;
|
||||
user = "h7x4";
|
||||
|
||||
# https://git.deluge-torrent.org/deluge/tree/deluge/core/preferencesmanager.py#n41
|
||||
# config = {
|
||||
# download_location = "";
|
||||
# share_ratio_limit = "";
|
||||
# daemon_port = "";
|
||||
# listen_ports = "";
|
||||
# };
|
||||
|
||||
openFirewall = true;
|
||||
# authFile =
|
||||
|
||||
declarative = true;
|
||||
|
||||
web = {
|
||||
enable = true;
|
||||
# port =
|
||||
openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
34
pluggables/tools/programming.nix
Normal file
34
pluggables/tools/programming.nix
Normal file
@@ -0,0 +1,34 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
system.extraDependencies = with pkgs; [
|
||||
asciidoc
|
||||
asciidoctor
|
||||
cabal2nix
|
||||
clang
|
||||
dart
|
||||
dotnet-sdk
|
||||
dotnet-sdk_3
|
||||
dotnet-sdk_5
|
||||
dotnetPackages.Nuget
|
||||
elm2nix
|
||||
elmPackages.elm
|
||||
flutter
|
||||
gcc
|
||||
ghc
|
||||
ghcid
|
||||
haskellPackages.Cabal_3_6_2_0
|
||||
maven
|
||||
nodePackages.node2nix
|
||||
nodePackages.npm
|
||||
nodePackages.sass
|
||||
nodePackages.typescript
|
||||
nodePackages.yarn
|
||||
nodejs
|
||||
plantuml
|
||||
python3
|
||||
rustc
|
||||
rustc
|
||||
rustup
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user