Dracula rofi
This commit is contained in:
8
user/progs/rofi/default.nix
Normal file
8
user/progs/rofi/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
theme = ./colour.rasi;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user