wifi is finaly working
This commit is contained in:
parent
08682f49bc
commit
99b9c86596
|
@ -3,8 +3,6 @@
|
|||
networking = {
|
||||
hostName = "nixos";
|
||||
networkmanager.enable = true;
|
||||
# wireless.iwd.enable = true;
|
||||
# networkmanager.wifi.backend = "iwd";
|
||||
nameservers = [ "1.1.1.1" ];
|
||||
};
|
||||
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Reference in a new issue