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;