From 8578cee5c9349bdb2e562fce692321e27212c852 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Fri, 15 Aug 2025 17:56:59 +0200 Subject: update --- configuration.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 78ff8ad..0a15d60 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,11 @@ -{pkgs, ...}: { - imports = [./hardware-configuration.nix]; +{ pkgs, ... }: +{ + imports = [ ./hardware-configuration.nix ]; nix.settings = { - experimental-features = ["nix-command" "flakes"]; + experimental-features = [ + "nix-command" + "flakes" + ]; auto-optimise-store = true; }; boot = { @@ -46,7 +50,7 @@ ''; }; }; - fonts.packages = [pkgs.hermit]; + fonts.packages = [ pkgs.hermit ]; services = { openssh.enable = true; xserver = { -- cgit v1.2.3