mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-13 04:30:18 +00:00
The path to the schema dir have to be set adhoc until we create a proper extension.
7 lines
78 B
Nix
7 lines
78 B
Nix
with import <nixpkgs> {};
|
|
|
|
runCommand "shell" {
|
|
buildInputs = [ glib ];
|
|
} ""
|
|
|