new beginning
This commit is contained in:
7
home/work/programs/rofi/default.nix
Normal file
7
home/work/programs/rofi/default.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{pkgs, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||
theme = ./theme.rafi;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user