use hyprland flake, disable some programs
This commit is contained in:
@@ -16,7 +16,10 @@ in
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
documentation.dev.enable = true;
|
||||
environment.systemPackages = with pkgs; [ android-studio android-tools ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
#android-studio
|
||||
android-tools
|
||||
];
|
||||
users.users.${config.mainUser.name}.extraGroups = [
|
||||
"adbusers"
|
||||
"kvm"
|
||||
|
||||
Reference in New Issue
Block a user