PaperWM/shell.nix
Ole Jørgen Brønner e600299a9d Custom schema (let us create new keybindings/actions)
The path to the schema dir have to be set adhoc until we create a proper
extension.
2017-09-11 18:02:55 +02:00

7 lines
78 B
Nix

with import <nixpkgs> {};
runCommand "shell" {
buildInputs = [ glib ];
} ""