mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
fixed eval error on macintosh
This commit is contained in:
parent
14ff6b77a1
commit
40b24b75a7
1 changed files with 2 additions and 3 deletions
|
@ -21,7 +21,7 @@
|
||||||
hardware.asahi.addEdgeKernelConfig = true;
|
hardware.asahi.addEdgeKernelConfig = true;
|
||||||
hardware.asahi.useExperimentalGPUDriver = true;
|
hardware.asahi.useExperimentalGPUDriver = true;
|
||||||
hardware.asahi.pkgs = lib.mkDefault pkgs;
|
hardware.asahi.pkgs = lib.mkDefault pkgs;
|
||||||
#hardware.asahi.experimentalGPUInstallMode = "overlay";
|
hardware.asahi.experimentalGPUInstallMode = "overlay";
|
||||||
|
|
||||||
|
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
|
@ -36,11 +36,10 @@
|
||||||
displayManager.gdm.enable = true;
|
displayManager.gdm.enable = true;
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
naturalScrolling = true;
|
touchpad.naturalScrolling = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue