mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
[SUMIREKO] WM changes
This commit is contained in:
parent
d2d403fef8
commit
9e95df4dd8
6 changed files with 85 additions and 8 deletions
20
packages/stackline.nix
Normal file
20
packages/stackline.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "stackline";
|
||||
version = "2022-11-29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AdamWagner";
|
||||
repo = "stackline";
|
||||
rev = "2aa0bd9a27f93bad24b0fd4da38f3c0356414098";
|
||||
sha256 = "sha256-x7SIgKR6rwkoVVbaAvjFr1N7wTF3atni/d6xGLBBRN4=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
mv ./* $out/
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue