Dracula rofi

This commit is contained in:
2022-02-13 21:50:40 +00:00
parent c7c8d89800
commit 10a0b9c623
3 changed files with 148 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
programs.rofi = {
enable = true;
theme = ./colour.rasi;
};
}