switch Ratchet to gnome

This commit is contained in:
yaroslav
2025-12-06 19:35:50 +03:00
parent 173fbf44b1
commit fd20a96dfc
2 changed files with 15 additions and 13 deletions
+14 -11
View File
@@ -12,17 +12,20 @@
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
mandatoryFeatures = [ ];
}] ;
nix.distributedBuilds = true;
# nix.distributedBuilds = true;
# optional, useful when the builder has a faster internet connection than yours
nix.extraOptions = ''
builders-use-substitutes = true
'';
nix.settings.trusted-public-keys = [
"Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
];
nix.settings.substituters = [
"ssh-ng://nixremote@Aphelion"
];
# nix.extraOptions = ''
# builders-use-substitutes = true
# '';
# nix.settings.trusted-public-keys = [
# "Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
# ];
# nix.settings.extra-substituters = [
# "ssh-ng://nixremote@Aphelion"
# ];
virtualisation.waydroid.enable = true;
hardware.opentabletdriver.enable = true;
# Required by OpenTabletDriver
hardware.uinput.enable = true;
boot.kernelModules = [ "uinput" ];
}