From 8809c7aa7faad172911816bca9963f689e69769a Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Wed, 27 Oct 2021 13:49:20 +0200 Subject: [PATCH] indendation Signed-off-by: Stefan Ellmauthaler --- machine/stel-xps/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/machine/stel-xps/default.nix b/machine/stel-xps/default.nix index 0e8c8b0..c08f7e6 100644 --- a/machine/stel-xps/default.nix +++ b/machine/stel-xps/default.nix @@ -1,14 +1,14 @@ { config, pkgs, ...}: { - imports = [ - "${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/dell/xps/13-7390" - ]; - networking.hostName = "stel-xps"; # define the hostname + imports = [ + "${builtins.fetchGit { url = "https://github.com/NixOS/nixos-hardware.git"; }}/dell/xps/13-7390" + ]; + networking.hostName = "stel-xps"; # define the hostname - environment.systemPackages = with pkgs; [ - brightnessctl - ]; + environment.systemPackages = with pkgs; [ + brightnessctl + ]; - services.autorandr.enable = true; - services.xserver.desktopManager.wallpaper.mode = "fill"; + services.autorandr.enable = true; + services.xserver.desktopManager.wallpaper.mode = "fill"; }