feat: add rofi package to qtile
This commit is contained in:
parent
6bb06cf281
commit
5077590e0f
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
services.xserver.windowManager.qtile.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ xsecurelock ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
xsecurelock
|
||||
rofi
|
||||
];
|
||||
|
||||
fonts.fonts = with pkgs; [ powerline-fonts ubuntu_font_family ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue