adding some android dev tools and syncthing to dalinar
This commit is contained in:
parent
730787bfe6
commit
74cd4664e4
13
README.org
13
README.org
|
@ -286,6 +286,14 @@ virtualisation.libvirtd = {
|
|||
};
|
||||
#+end_src
|
||||
|
||||
Here is android dev tools packages properly setup for doing android flashes.
|
||||
#+NAME: android-tools
|
||||
#+begin_src nix
|
||||
programs.adb.enable = true;
|
||||
users.users.chris.extraGroups = [ "adbusers" ];
|
||||
services.udev.packages = [ pkgs.android-udev-rules ];
|
||||
#+end_src
|
||||
|
||||
*** Packages
|
||||
Here are a list of packages that I like to have on all machines.
|
||||
|
||||
|
@ -368,6 +376,7 @@ python310Packages.audiotools
|
|||
mpv
|
||||
nerdfonts
|
||||
latte-dock
|
||||
plasma-browser-integration
|
||||
alacritty
|
||||
# libsForQt5.bismuth
|
||||
libnotify
|
||||
|
@ -667,6 +676,8 @@ Notice how I am including all of my software here. It may be a big file, but hav
|
|||
extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
|
||||
};
|
||||
|
||||
<android-tools>
|
||||
|
||||
programs.partition-manager.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
|
@ -1165,6 +1176,8 @@ Dalinar's config is of course server oriented.
|
|||
# enableSSHSupport = true;
|
||||
# };
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
nix-bitcoin = {
|
||||
generateSecrets = true;
|
||||
operator = {
|
||||
|
|
|
@ -107,6 +107,8 @@
|
|||
# enableSSHSupport = true;
|
||||
# };
|
||||
|
||||
services.syncthing.enable = true;
|
||||
|
||||
nix-bitcoin = {
|
||||
generateSecrets = true;
|
||||
operator = {
|
||||
|
|
|
@ -261,6 +261,7 @@
|
|||
mpv
|
||||
nerdfonts
|
||||
latte-dock
|
||||
plasma-browser-integration
|
||||
alacritty
|
||||
# libsForQt5.bismuth
|
||||
libnotify
|
||||
|
|
|
@ -187,6 +187,8 @@
|
|||
extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
|
||||
};
|
||||
|
||||
<android-tools>
|
||||
|
||||
programs.partition-manager.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
|
@ -274,6 +276,7 @@
|
|||
mpv
|
||||
nerdfonts
|
||||
latte-dock
|
||||
plasma-browser-integration
|
||||
alacritty
|
||||
# libsForQt5.bismuth
|
||||
libnotify
|
||||
|
|
Loading…
Reference in a new issue