Remove with antipatter and aggregate google-chrome override
This commit is contained in:
parent
a4b29ec259
commit
93b0ccf178
46 changed files with 264 additions and 452 deletions
|
|
@ -1,11 +1,8 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rofimoji
|
||||
rofi-bluetooth
|
||||
rofi-power-menu
|
||||
rofi-vpn
|
||||
];
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs) rofimoji rofi-bluetooth rofi-power-menu rofi-vpn;
|
||||
};
|
||||
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
|
|
@ -13,7 +10,7 @@
|
|||
font = "${pkgs.rice.font.monospace.name} ${
|
||||
toString pkgs.rice.font.monospace.size
|
||||
}";
|
||||
plugins = with pkgs; [ rofi-calc ];
|
||||
plugins = [ pkgs.rofi-calc ];
|
||||
extraConfig = { modi = "drun,run,ssh,window,calc"; };
|
||||
terminal = "kitty";
|
||||
theme = "onedark";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue