Add game time
This commit is contained in:
parent
066754d1fd
commit
73979e2ac0
|
@ -607,11 +607,11 @@
|
||||||
"swaywm-toggler": "swaywm-toggler"
|
"swaywm-toggler": "swaywm-toggler"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1667367911,
|
"lastModified": 1667371492,
|
||||||
"narHash": "sha256-3kwY6oJRiMFU+YSONaquiYv1QRMkpcD5NYLK5KNHkyo=",
|
"narHash": "sha256-Oywu8xmu9+lOR//J81fXMUKs3ztIpctSLxzI+ANew9g=",
|
||||||
"ref": "trunk",
|
"ref": "trunk",
|
||||||
"rev": "3c83d9f0876a90a561868560e68cdf5baa2dbc2b",
|
"rev": "be9e2ab382c90294ab1d677b54627e258d29258c",
|
||||||
"revCount": 1,
|
"revCount": 2,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sr.ht/~thatonelutenist/Scripts"
|
"url": "https://git.sr.ht/~thatonelutenist/Scripts"
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,7 +7,7 @@ with lib; {
|
||||||
# Install our scripts
|
# Install our scripts
|
||||||
|
|
||||||
home.packages = let scripts = inputs.scripts.packages.${pkgs.system};
|
home.packages = let scripts = inputs.scripts.packages.${pkgs.system};
|
||||||
in with pkgs; [ scripts.swaywm-toggler ];
|
in with pkgs; [ scripts.swaywm-toggler scripts.game-time ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue