1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(rofi): theme

This commit is contained in:
2022-01-23 16:40:54 +01:00
parent 8b3a9be9fd
commit 638751eb20

View File

@@ -1,9 +1,10 @@
{ config, ... }: { config, pkgs, ... }:
let let
inherit (import <niveum/lib>) colours; inherit (import <niveum/lib>) colours;
in{ in{
home-manager.users.me.programs.rofi = { home-manager.users.me.programs.rofi = {
enable = true; enable = true;
font = "Monospace 10"; font = "Monospace 10";
theme = "${pkgs.rofi}/share/rofi/themes/Arc-Dark.rasi";
}; };
} }