switch Ratchet to gnome
This commit is contained in:
@@ -46,10 +46,9 @@
|
|||||||
./hosts/Ratchet/misc_Ratchet.nix
|
./hosts/Ratchet/misc_Ratchet.nix
|
||||||
./hosts/generic/persistence.nix
|
./hosts/generic/persistence.nix
|
||||||
./hosts/generic/cups.nix
|
./hosts/generic/cups.nix
|
||||||
./desktop/kde.nix
|
./desktop/gnome.nix
|
||||||
./hosts/generic/unfree_allow.nix
|
./hosts/generic/unfree_allow.nix
|
||||||
./hosts/generic/virtualization.nix
|
./hosts/generic/virtualization.nix
|
||||||
./hosts/generic/zapret.nix
|
|
||||||
./hosts/generic/plymouth.nix
|
./hosts/generic/plymouth.nix
|
||||||
./home/yaroslav/steam.nix
|
./home/yaroslav/steam.nix
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
|||||||
@@ -12,17 +12,20 @@
|
|||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
}] ;
|
}] ;
|
||||||
nix.distributedBuilds = true;
|
# nix.distributedBuilds = true;
|
||||||
# optional, useful when the builder has a faster internet connection than yours
|
# optional, useful when the builder has a faster internet connection than yours
|
||||||
nix.extraOptions = ''
|
# nix.extraOptions = ''
|
||||||
builders-use-substitutes = true
|
# builders-use-substitutes = true
|
||||||
'';
|
# '';
|
||||||
nix.settings.trusted-public-keys = [
|
# nix.settings.trusted-public-keys = [
|
||||||
"Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
|
# "Aphelion:8l9lrL3kszDTXkpA/R4ZFhSifiBoogiOIt1srgLb6Vw="
|
||||||
];
|
# ];
|
||||||
nix.settings.substituters = [
|
# nix.settings.extra-substituters = [
|
||||||
"ssh-ng://nixremote@Aphelion"
|
# "ssh-ng://nixremote@Aphelion"
|
||||||
];
|
# ];
|
||||||
virtualisation.waydroid.enable = true;
|
virtualisation.waydroid.enable = true;
|
||||||
|
hardware.opentabletdriver.enable = true;
|
||||||
|
# Required by OpenTabletDriver
|
||||||
|
hardware.uinput.enable = true;
|
||||||
|
boot.kernelModules = [ "uinput" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user