about summary refs log tree commit diff
path: root/users/fcuny/desktop/wofi.nix
blob: efdf3fde1745cb2c2f0844c9525093199c00f09c (plain) (blame)
1
2
3
4
5
{ pkgs, config, ... }: {
  home.packages = with pkgs; [
    wofi
  ];
}