diff options
Diffstat (limited to 'programs/rofi.nix')
-rw-r--r-- | programs/rofi.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/rofi.nix b/programs/rofi.nix index bdf5898..8ce77bf 100644 --- a/programs/rofi.nix +++ b/programs/rofi.nix | |||
@@ -1,6 +1,7 @@ | |||
1 | { config | 1 | { config |
2 | , pkgs | 2 | , pkgs |
3 | , theme | 3 | , theme |
4 | , font | ||
4 | , ... | 5 | , ... |
5 | }: | 6 | }: |
6 | 7 | ||
@@ -53,7 +54,7 @@ in | |||
53 | { | 54 | { |
54 | programs.rofi = { | 55 | programs.rofi = { |
55 | enable = true; | 56 | enable = true; |
56 | font = "Fira Code 21"; | 57 | font = "${font.name} 21"; |
57 | location = "top-left"; | 58 | location = "top-left"; |
58 | xoffset = 20; | 59 | xoffset = 20; |
59 | yoffset = 20; | 60 | yoffset = 20; |