Skip to content

anpandey/numen-nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A nix flake that builds numen.

To run this as a non-root user, you'll need to add a udev rule for dotool and make yourself a member of input in your Nix configuration:

services.udev.extraRules = ''
  KERNEL=="uinput", GROUP="input", MODE="0660", OPTIONS+="static_node=uinput"
'';
users.users.<user> = {
  extraGroups = [
    "input"
  ];
};

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages