rust style consolidation
This commit is contained in:
parent
9addc8b4ca
commit
b70c840083
1 changed files with 4 additions and 4 deletions
|
@ -78,10 +78,10 @@
|
||||||
#media-session.enable = true;
|
#media-session.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
nix.settings = {
|
||||||
# services.xserver.libinput.enable = true;
|
experimental-features = [ "nix-command" "flakes" ];
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
auto-optimise-store = true;
|
||||||
nix.settings.auto-optimise-store = true;
|
};
|
||||||
|
|
||||||
programs.nix-ld.enable = true;
|
programs.nix-ld.enable = true;
|
||||||
# programs.nix-ld.libraries = with pkgs; [
|
# programs.nix-ld.libraries = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue