From 69ef958406e557f3f8ac3a23c473b5f8c9248289 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Jul 2025 13:40:07 +0200 Subject: chore: formatting --- hosts/desktop/configuration.nix | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'hosts/desktop/configuration.nix') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 9cee9a7..d35102f 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,10 +1,12 @@ -{ config, pkgs, ... }: +{ + pkgs, + ... +}: { - imports = - [ - ./hardware-configuration.nix - ]; + imports = [ + ./hardware-configuration.nix + ]; # Bootloader. boot.loader.systemd-boot.enable = true; @@ -63,7 +65,11 @@ users.users.schererleander = { isNormalUser = true; description = "schererleander"; - extraGroups = [ "networkmanager" "wheel" "video" "input" ]; + extraGroups = [ + "networkmanager" + "wheel" + "video" + "input" ]; }; @@ -81,8 +87,8 @@ services.openssh.enable = true; programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; + enable = true; + enableSSHSupport = true; }; system.stateVersion = "25.05"; -- cgit v1.3.1