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"; }