Switched back to stable following issues (WIP)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
nextcloud-client
|
||||
git
|
||||
];
|
||||
|
||||
@@ -21,7 +22,6 @@
|
||||
"scroll-reverser"
|
||||
"google-chrome"
|
||||
"instantview"
|
||||
"nextcloud"
|
||||
"tailscale"
|
||||
"discord"
|
||||
"iterm2"
|
||||
|
||||
@@ -35,9 +35,10 @@
|
||||
nvidiaSettings = true;
|
||||
};
|
||||
|
||||
graphics = {
|
||||
opengl = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -43,9 +43,10 @@
|
||||
environment.variables.GDK_SCALE = "0.5";
|
||||
|
||||
# Install OpenGL
|
||||
hardware.graphics = {
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
# Ignore laptop lid closing when connected to power.
|
||||
|
||||
Reference in New Issue
Block a user