use hyprland flake, disable some programs

This commit is contained in:
Kopatz
2026-02-28 14:17:12 +01:00
parent 1b99bfa183
commit b78f1d8b8e
10 changed files with 530 additions and 63 deletions

View File

@@ -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"