From 30bd19789c4e48144dc258fbb3b06f36d0334a56 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Fri, 4 Nov 2022 17:50:32 +0100 Subject: [PATCH] Update dunst, iwd and rofi --- hm_modules/dunst.nix | 7 ++++--- odin/common_configuration.nix | 1 + odin/hm.nix | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hm_modules/dunst.nix b/hm_modules/dunst.nix index da10c06..b519385 100644 --- a/hm_modules/dunst.nix +++ b/hm_modules/dunst.nix @@ -1,7 +1,8 @@ { pkgs, ... }: let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette; -in { - home.packages = with pkgs; [ dunst rice.font.normal.package ]; +in +{ + home.packages = with pkgs; [ dunst rice.font.normal.package rofi ]; services.dunst = { enable = true; iconTheme = { @@ -42,7 +43,7 @@ in { max_icon_size = 32; sticky_history = "yes"; history_length = 20; - dmenu = "dmenu -p dunst:"; + dmenu = "rofi -dmenu -p dunst:"; # browser = "google-chrome-stable"; browser = "firefox"; always_run_script = "true"; diff --git a/odin/common_configuration.nix b/odin/common_configuration.nix index adb662a..6826c38 100644 --- a/odin/common_configuration.nix +++ b/odin/common_configuration.nix @@ -19,6 +19,7 @@ with lib; { networking = { hostName = "odin"; networkmanager.enable = true; + networkmanager.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 diff --git a/odin/hm.nix b/odin/hm.nix index d081418..a43b864 100644 --- a/odin/hm.nix +++ b/odin/hm.nix @@ -16,6 +16,7 @@ unstable.discord docker-compose docker-machine + dmenu droidcam easyeffects # element-desktop # matrix client