apps
This commit is contained in:
parent
c003e4c44c
commit
f2dc32ac0c
5 changed files with 86 additions and 2 deletions
6
home/rofi.nix
Normal file
6
home/rofi.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-wayland;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue