diff --git a/hosts/Ythotha/configuration.nix b/hosts/Ythotha/configuration.nix index 44c50fa..37aac65 100644 --- a/hosts/Ythotha/configuration.nix +++ b/hosts/Ythotha/configuration.nix @@ -5,10 +5,9 @@ { config, pkgs, ... }: { - imports = - [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ]; + imports = [ + ./hardware-configuration.nix + ]; # Bootloader. boot.loader.systemd-boot.enable = true; @@ -114,8 +113,6 @@ description = "Benson Chu"; extraGroups = [ "networkmanager" "wheel" ]; packages = with pkgs; [ - kate - # thunderbird ]; };