install rofi
This commit is contained in:
parent
ac44add81c
commit
ecf07b487c
3 changed files with 11 additions and 2 deletions
9
home-manager/sajenim/programs/rofi/default.nix
Normal file
9
home-manager/sajenim/programs/rofi/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ inputs, outputs, lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
font = "Fira Code 10";
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue