7 lines
92 B
Nix
7 lines
92 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = [ pkgs.wofi ];
|
|
|
|
xdg.configFile.wofi.source = ./wofi;
|
|
}
|