Update dunst, iwd and rofi

This commit is contained in:
Filippo Berto 2022-11-04 17:50:32 +01:00
parent 83a9d7e8fa
commit 30bd19789c
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette; let palette = pkgs.lib.rice.palette.toRGBHex pkgs.rice.colorPalette;
in { in
home.packages = with pkgs; [ dunst rice.font.normal.package ]; {
home.packages = with pkgs; [ dunst rice.font.normal.package rofi ];
services.dunst = { services.dunst = {
enable = true; enable = true;
iconTheme = { iconTheme = {
@ -42,7 +43,7 @@ in {
max_icon_size = 32; max_icon_size = 32;
sticky_history = "yes"; sticky_history = "yes";
history_length = 20; history_length = 20;
dmenu = "dmenu -p dunst:"; dmenu = "rofi -dmenu -p dunst:";
# browser = "google-chrome-stable"; # browser = "google-chrome-stable";
browser = "firefox"; browser = "firefox";
always_run_script = "true"; always_run_script = "true";

View file

@ -19,6 +19,7 @@ with lib; {
networking = { networking = {
hostName = "odin"; hostName = "odin";
networkmanager.enable = true; networkmanager.enable = true;
networkmanager.wifi.backend = "iwd";
# The global useDHCP flag is deprecated, therefore explicitly set to false here. # 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 # Per-interface useDHCP will be mandatory in the future, so this generated config

View file

@ -16,6 +16,7 @@
unstable.discord unstable.discord
docker-compose docker-compose
docker-machine docker-machine
dmenu
droidcam droidcam
easyeffects easyeffects
# element-desktop # matrix client # element-desktop # matrix client