wifi is finaly working

This commit is contained in:
Frost-Phoenix 2023-11-22 19:40:26 +01:00
parent 08682f49bc
commit 99b9c86596
2 changed files with 1 additions and 2 deletions

View file

@ -3,8 +3,6 @@
networking = {
hostName = "nixos";
networkmanager.enable = true;
# wireless.iwd.enable = true;
# networkmanager.wifi.backend = "iwd";
nameservers = [ "1.1.1.1" ];
};

View file

@ -15,6 +15,7 @@ in
exec-once = systemctl --user import-environment &
exec-once = hash dbus-update-activation-environment 2>/dev/null &
exec-once = dbus-update-activation-environment --systemd &
exec-once = nm-applet &
exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) &
exec-once = sleep 1 && swaylock
exec-once = hyprctl setcursor Catppuccin-Frappe-Dark 15 &