7 lines
84 B
Nix
7 lines
84 B
Nix
|
|
{ config, lib, pkgs, ... }:
|
|
|
|
{
|
|
home.packages = with pkgs;[ heroic mangohud];
|
|
}
|