update dependencies
This commit is contained in:
commit
f1a43e1b80
2 changed files with 13 additions and 13 deletions
12
users/josh/home_manager/launcher_rofi.nix
Normal file
12
users/josh/home_manager/launcher_rofi.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [ rofi-calc ];
|
||||
extraConfig = {
|
||||
modi = "drun,run,ssh,window,calc";
|
||||
terminal = "alacritty";
|
||||
};
|
||||
theme = "glue_pro_blue";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue