mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 02:01:09 +02:00
nix: Simplify nix options
Writing nix twice here actually makes things easier to read, and should be preferred over expansion which results in more lines of code.
This commit is contained in:
@ -13,12 +13,8 @@
|
||||
[ "ja_JP.UTF-8/UTF-8" "en_US.UTF-8/UTF-8" "fr_FR.UTF-8/UTF-8" ];
|
||||
|
||||
# nix
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
settings = {
|
||||
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
};
|
||||
};
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" "repl-flake" ];
|
||||
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
|
Reference in New Issue
Block a user