System Gen156 @ 2025-03-23-02:48:31

This commit is contained in:
Jonas Röger 2025-03-23 02:48:31 +01:00
parent 721a98015e
commit 4ced04a69c

View File

@ -2,7 +2,6 @@
# 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, pkgs,
inputs, inputs,
... ...
@ -25,7 +24,17 @@
desktop.de.plasma.enable = false; desktop.de.plasma.enable = false;
desktop.de.hyprland.enable = true; desktop.de.hyprland.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"]; nix = {
settings = {
experimental-features = ["nix-command" "flakes"];
auto-optimise-store = true;
};
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 30d";
};
};
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true; # services.xserver.libinput.enable = true;