Add game time

This commit is contained in:
Nathan McCarty 2022-11-02 02:46:52 -04:00
parent 066754d1fd
commit 73979e2ac0
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
2 changed files with 5 additions and 5 deletions

View File

@ -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"
}, },

View File

@ -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 ];
}) })
]; ];
} }