diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-02-19 18:55:40 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-02-19 18:55:40 +0530 |
| commit | c75374422410abc28c65993f63ee73eb93ec6ebb (patch) | |
| tree | a2dd863a87963525c297da00316f0181b3ddb352 /packages | |
| parent | 90ae94ddfed25fb7fe2fe2c8c4a7a67e5f84f657 (diff) | |
| download | nixos-config-new-laptop.tar.gz nixos-config-new-laptop.zip | |
replace gotop with bottomnew-laptop
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/dmenu/pkg.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/dmenu/pkg.nix b/packages/dmenu/pkg.nix index f7f8901..980184c 100644 --- a/packages/dmenu/pkg.nix +++ b/packages/dmenu/pkg.nix @@ -4,12 +4,12 @@ with pkgs.lib; stdenv.mkDerivation rec { name = "local-dmenu-${version}"; version = "6.2.0"; + meta = { mainProgram = "dmenu"; }; src = ./source; buildInputs = [ libX11 libXinerama libXft ]; - unpackPhase = ''cp -r $src/* .''; buildPhase = ''make''; |
