updated to 26.05

This commit is contained in:
2026-05-31 18:38:43 +09:00
parent df41182acd
commit 562e5d0e97
9 changed files with 95 additions and 55 deletions
+29 -18
View File
@@ -1,6 +1,17 @@
{ config, lib, pkgs, ... }:
{
networking.networkmanager.enable = lib.mkDefault true;
networking.wireless.iwd.enable = true;
networking.networkmanager = {
enable = lib.mkDefault true;
appendNameservers = [ "1.1.1.1" ];
wifi = {
backend = "iwd";
};
};
networking.resolvconf = {
dnsExtensionMechanism = false;
};
time.timeZone = "Asia/Tokyo";
i18n = {
@@ -91,23 +102,23 @@
stdenv.cc.cc
systemd
util-linux
xorg.libICE
xorg.libSM
xorg.libX11
xorg.libXcomposite
xorg.libXcursor
xorg.libXdamage
xorg.libXext
xorg.libXfixes
xorg.libXi
xorg.libXmu
xorg.libXrandr
xorg.libXrender
xorg.libXt
xorg.libXtst
xorg.libXxf86vm
xorg.libxcb
xorg.libxshmfence
libICE
libSM
libX11
libXcomposite
libXcursor
libXdamage
libXext
libXfixes
libXi
libXmu
libXrandr
libXrender
libXt
libXtst
libXxf86vm
libxcb
libxshmfence
xz
zlib
zstd