mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-02-14 12:52:49 +00:00
7 lines
78 B
Nix
7 lines
78 B
Nix
with import <nixpkgs> {};
|
|
|
|
runCommand "shell" {
|
|
buildInputs = [ glib ];
|
|
} ""
|
|
|