From 99b9c865966388eea9f45aea6bb85ed68517600e Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Wed, 22 Nov 2023 19:40:26 +0100 Subject: [PATCH] wifi is finaly working --- modules/core/network.nix | 2 -- modules/home/hyprland/config.nix | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/core/network.nix b/modules/core/network.nix index a407e71..3473231 100755 --- a/modules/core/network.nix +++ b/modules/core/network.nix @@ -3,8 +3,6 @@ networking = { hostName = "nixos"; networkmanager.enable = true; - # wireless.iwd.enable = true; - # networkmanager.wifi.backend = "iwd"; nameservers = [ "1.1.1.1" ]; }; diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 4a6b13b..3edf60e 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -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 &