Skip to content

Quoteme/emoji-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-board 🤓👍⌨

A super simple, blazing fast, and lightweight emoji picker for Wayland1

Bildschirmaufnahme_20240727_155130.webm

Installation

If you use NixOS with flakes, you can simply add this flake to your system configuration like so:

{
  inputs = {
    nixpkgs.url = "nixpkgs/nixos-unstable";
    emoji-board = {
      url = "github:Quoteme/emoji-board";
      # optional, but will reduce the installation size:
      inputs.nixpkgs.follows = "nixpkgs";
    };
  }

  outputs = { self, nixpkgs, emoji-board, ... }@inputs: {
    nixosConfigurations.myConfig = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      modules = [
        ./configuration.nix
        ({ nixpkgs, ... }: {
          environment.systemPackages = [
            emoji-board.defaultPackage.x86_64-linux
          ];
        })
      ];
    };
  };
}

Now you can run emoji-board from the command line 💻.

Usage

nix run github:Quoteme/emoji-board

Footnotes

  1. Currently only works on KDE Plasma, because finding the active window requires kdotool

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •