Compare commits
No commits in common. "b70c84008331e3c5cb200a8b3a3574cf16f146f9" and "64d7c4f5f245214900394999e4d3d87755e3e185" have entirely different histories.
b70c840083
...
64d7c4f5f2
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||||
|
|
||||||
{ pkgs, inputs, ... }:
|
{ config, pkgs, inputs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ inputs.home-manager.nixosModules.default ];
|
imports = [ inputs.home-manager.nixosModules.default ];
|
||||||
|
@ -78,10 +78,10 @@
|
||||||
#media-session.enable = true;
|
#media-session.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings = {
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
experimental-features = [ "nix-command" "flakes" ];
|
# services.xserver.libinput.enable = true;
|
||||||
auto-optimise-store = true;
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
};
|
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 New Issue