Revert "Switched back to stable following issues (WIP)"

This reverts commit 8c932c0398.
This commit is contained in:
Random936
2024-09-23 18:43:17 -07:00
parent 578420bee0
commit f025393d6f
6 changed files with 16 additions and 18 deletions

View File

@@ -6,7 +6,6 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
nextcloud-client
git
];
@@ -22,6 +21,7 @@
"scroll-reverser"
"google-chrome"
"instantview"
"nextcloud"
"tailscale"
"discord"
"iterm2"

View File

@@ -35,10 +35,9 @@
nvidiaSettings = true;
};
opengl = {
graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
};

View File

@@ -43,10 +43,9 @@
environment.variables.GDK_SCALE = "0.5";
# Install OpenGL
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
# Ignore laptop lid closing when connected to power.