This commit is contained in:
Sridhar Ratnakumar 2021-11-20 09:51:24 -05:00
parent 472c77c8bb
commit 1f1942f07d
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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.