add adb, delete rust package
This commit is contained in:
parent
7b0a6f338a
commit
3d0478b950
@ -12,7 +12,7 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
# programs.adb.enable = true;
|
programs.adb.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Important
|
# Important
|
||||||
@ -75,7 +75,7 @@ in {
|
|||||||
blueman
|
blueman
|
||||||
] ++ lib.optionals (!isVM) [
|
] ++ lib.optionals (!isVM) [
|
||||||
libreoffice
|
libreoffice
|
||||||
rust-stable
|
# rust-stable
|
||||||
] ++ lib.optionals (device == "AMD-Workstation") [
|
] ++ lib.optionals (device == "AMD-Workstation") [
|
||||||
xonar-fp
|
xonar-fp
|
||||||
];
|
];
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"docker"
|
"docker"
|
||||||
"sound"
|
"sound"
|
||||||
"pulse"
|
"pulse"
|
||||||
# "adbusers"
|
"adbusers"
|
||||||
"input"
|
"input"
|
||||||
"vboxusers"
|
"vboxusers"
|
||||||
"smbgrp"
|
"smbgrp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user