fixes
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
../common/programs/hyprland
|
||||
../common/programs/ghostty.nix
|
||||
../common/programs/syncthing.nix
|
||||
../common/programs/unity.nix
|
||||
../common/programs/gpg.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/bluetooth.nix
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
../common/features/nix-ld.nix
|
||||
../common/features/bluetooth.nix
|
||||
../common/features/ledger.nix
|
||||
../common/features/android-studio.nix
|
||||
];
|
||||
|
||||
networking.hostName = "arrakis";
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
"adbusers"
|
||||
];
|
||||
|
||||
programs.adb.enable = true;
|
||||
# programs.adb.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
android-udev-rules
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
android-studio
|
||||
];
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# android-studio
|
||||
# ];
|
||||
}
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
enable = true;
|
||||
displayManager = {
|
||||
startx.enable = true;
|
||||
gdm.enable = true;
|
||||
};
|
||||
autoRepeatDelay = 250;
|
||||
autoRepeatInterval = 30;
|
||||
};
|
||||
services.displayManager.gdm.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user