Revert "Begin flakes support"

This reverts commit 31f0aeb9a7.
This commit is contained in:
ark-lamp-umbrella 2024-03-31 18:41:07 -07:00
parent 912ecb5199
commit ad37266685
Signed by: ark-lamp-umbrella
GPG Key ID: 15E48F7B97025652
1 changed files with 0 additions and 7 deletions

View File

@ -270,11 +270,4 @@ in
};
hardware.opengl.driSupport = true; # This is already enabled by default
hardware.opengl.driSupport32Bit = true; # For 32 bit applications
nix = {
package = pkgs.nixFlakes;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
}