diff --git a/home-manager/nixos-home.nix b/home-manager/nixos-home.nix index 3b89aa7..9e98238 100644 --- a/home-manager/nixos-home.nix +++ b/home-manager/nixos-home.nix @@ -14,6 +14,7 @@ home.packages = with pkgs; [ feh dconf + discord microsoft-edge nextcloud-client bitwarden diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b137385..ff62357 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -16,9 +16,15 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - # General setup + # Networking networking.hostName = "randomctf"; # Define your hostname. - networking.networkmanager.enable = true; + networking.wireless.iwd.enable = true; + networking.networkmanager = { + enable = true; + wifi.backend = "iwd"; + }; + + # General setup time.timeZone = "America/Los_Angeles"; i18n.defaultLocale = "en_US.UTF-8"; i18n.extraLocaleSettings = {