From 1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Jan 2025 09:26:51 -0500 Subject: reconfigure --- hosts/shinji.nix | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'hosts') diff --git a/hosts/shinji.nix b/hosts/shinji.nix index 4ba5418..b812a86 100644 --- a/hosts/shinji.nix +++ b/hosts/shinji.nix @@ -1,21 +1,26 @@ -{ inputs, options, ... }: +# Shinji +# System configuration for my laptop -inputs.nixpkgs.lib.nixosSystem { - specialArgs = { inherit inputs; }; +{ + inputs, + options, + ... +}: + +inputs.nixpkgs.lib.nixosSystem rec { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ options inputs.home-manager.nixosModules.home-manager inputs.lanzaboote.nixosModules.lanzaboote - ../modules + ../nix { # options - desktop.enable = true; - system.enable = true; - monitor = { + monitors = [{ name = "eDP-1"; scale = 1.25; - }; + }]; # hardware hardware.graphics.enable = true; -- cgit v1.2.3-freya