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
|
#+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
|
*** Packages
|
||||||
Here are a list of packages that I like to have on all machines.
|
Here are a list of packages that I like to have on all machines.
|
||||||
|
|
||||||
|
@ -368,6 +376,7 @@ python310Packages.audiotools
|
||||||
mpv
|
mpv
|
||||||
nerdfonts
|
nerdfonts
|
||||||
latte-dock
|
latte-dock
|
||||||
|
plasma-browser-integration
|
||||||
alacritty
|
alacritty
|
||||||
# libsForQt5.bismuth
|
# libsForQt5.bismuth
|
||||||
libnotify
|
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" ];
|
extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
<android-tools>
|
||||||
|
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
@ -1165,6 +1176,8 @@ Dalinar's config is of course server oriented.
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
nix-bitcoin = {
|
nix-bitcoin = {
|
||||||
generateSecrets = true;
|
generateSecrets = true;
|
||||||
operator = {
|
operator = {
|
||||||
|
|
|
@ -107,6 +107,8 @@
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
nix-bitcoin = {
|
nix-bitcoin = {
|
||||||
generateSecrets = true;
|
generateSecrets = true;
|
||||||
operator = {
|
operator = {
|
||||||
|
|
|
@ -261,6 +261,7 @@
|
||||||
mpv
|
mpv
|
||||||
nerdfonts
|
nerdfonts
|
||||||
latte-dock
|
latte-dock
|
||||||
|
plasma-browser-integration
|
||||||
alacritty
|
alacritty
|
||||||
# libsForQt5.bismuth
|
# libsForQt5.bismuth
|
||||||
libnotify
|
libnotify
|
||||||
|
|
|
@ -187,6 +187,8 @@
|
||||||
extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
|
extraGroups = [ "wheel" "networkmanager" "input" "uinput" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
<android-tools>
|
||||||
|
|
||||||
programs.partition-manager.enable = true;
|
programs.partition-manager.enable = true;
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
@ -274,6 +276,7 @@
|
||||||
mpv
|
mpv
|
||||||
nerdfonts
|
nerdfonts
|
||||||
latte-dock
|
latte-dock
|
||||||
|
plasma-browser-integration
|
||||||
alacritty
|
alacritty
|
||||||
# libsForQt5.bismuth
|
# libsForQt5.bismuth
|
||||||
libnotify
|
libnotify
|
||||||
|
|
Loading…
Reference in a new issue