chore: split off package and program opts
This commit is contained in:
parent
a29235acb6
commit
83c26c1e31
4 changed files with 20 additions and 0 deletions
10
home-manager/stvnliu/programs/rofi.nix
Normal file
10
home-manager/stvnliu/programs/rofi.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
programs.rofi = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue