diff --git a/features/desktopish/gnome-things.nix b/features/desktopish/gnome-things.nix index d34c689..39b5b4b 100644 --- a/features/desktopish/gnome-things.nix +++ b/features/desktopish/gnome-things.nix @@ -3,6 +3,7 @@ # Various GNOME non-sense that must be enabled to work with WMs # + services.gnome.gnome-keyring.enable = true; services.gnome.at-spi2-core.enable = true; # https://github.com/taffybar/taffybar/issues/403 diff --git a/hosts/thin.nix b/hosts/thin.nix index 91612ec..d774143 100644 --- a/hosts/thin.nix +++ b/hosts/thin.nix @@ -45,7 +45,12 @@ }; networking.hostName = "thin"; - networking.networkmanager.enable = true; + networking.networkmanager = { + enable = true; + wifi = { + backend = "iwd"; + }; + }; # The global useDHCP flag is deprecated, therefore explicitly set to false here. # Per-interface useDHCP will be mandatory in the future, so this generated config # replicates the default behaviour.