From c462a9d35a5fe5d1865cd7d366fb45aabda40f38 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 22 Dec 2024 20:52:49 +0000 Subject: [PATCH] Set the rofi theme --- nix/modules/nixos/rofi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/nixos/rofi.nix b/nix/modules/nixos/rofi.nix index b8befe5..e7da11e 100644 --- a/nix/modules/nixos/rofi.nix +++ b/nix/modules/nixos/rofi.nix @@ -9,6 +9,7 @@ home-manager.users.${username}.programs.rofi = { enable = true; cycle = true; + theme = "Arc-Dark"; extraConfig = { modi = "run,drun,emoji,calc";