Compare commits

..

2 Commits

Author SHA1 Message Date
Zynh Ludwig b70c840083 rust style consolidation 2024-05-29 22:42:45 -07:00
Zynh Ludwig 9addc8b4ca making nil happy 2024-05-29 22:40:57 -07:00
1 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, inputs, ... }:
{ pkgs, inputs, ... }:
{
imports = [ inputs.home-manager.nixosModules.default ];
@ -78,10 +78,10 @@
#media-session.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.auto-optimise-store = true;
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
auto-optimise-store = true;
};
programs.nix-ld.enable = true;
# programs.nix-ld.libraries = with pkgs; [