Compare commits
2 Commits
64d7c4f5f2
...
b70c840083
Author | SHA1 | Date |
---|---|---|
Zynh Ludwig | b70c840083 | |
Zynh Ludwig | 9addc8b4ca |
|
@ -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’).
|
||||||
|
|
||||||
{ config, pkgs, inputs, ... }:
|
{ 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;
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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 New Issue