From 74529d404350cda103cc81bc7e979e893046adb9 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:16:17 +0200 Subject: [PATCH] add battery nix file --- main.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/main.nix b/main.nix index d935b3a..1b146a2 100644 --- a/main.nix +++ b/main.nix @@ -17,6 +17,7 @@ in imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + ./battery.nix ## -- set in flake.nix # # @@ -25,7 +26,6 @@ in # storage optimization nix.optimise.automatic = true; - # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; @@ -33,10 +33,6 @@ in networking.hostName = "nix-laptop"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - # Configure network proxy if necessary - # networking.proxy.default = "http://user:password@proxy:port/"; - # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - # Enable networking networking.networkmanager.enable = true;