Replace rofi with dmenu
This commit is contained in:
parent
5d854d25d2
commit
84d5a02a42
3 changed files with 4 additions and 35 deletions
nix/modules/nixos
|
@ -5,7 +5,6 @@
|
|||
./features/gaming.nix
|
||||
./features/homelab
|
||||
./fonts.nix
|
||||
./rofi.nix
|
||||
./rsnapshot.nix
|
||||
./xbanish.nix
|
||||
];
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
{ pkgs, username, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
rofi
|
||||
rofi-power-menu
|
||||
];
|
||||
|
||||
home-manager.users.${username}.programs.rofi = {
|
||||
enable = true;
|
||||
cycle = true;
|
||||
theme = "Arc-Dark";
|
||||
|
||||
extraConfig = {
|
||||
modi = "run,drun,emoji,calc";
|
||||
};
|
||||
|
||||
plugins = with pkgs; [
|
||||
rofi-bluetooth
|
||||
rofi-calc
|
||||
rofi-emoji
|
||||
rofi-pulse-select
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue