Ly implementation
This commit is contained in:
parent
fa95171f28
commit
a04f791e06
|
@ -36,6 +36,7 @@ in
|
|||
# usbutils
|
||||
# udiskie
|
||||
# udisks
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
security.krb5 = {
|
||||
|
@ -60,8 +61,7 @@ in
|
|||
fontconfig.enable = true;
|
||||
neovim.enable = true;
|
||||
systemd-boot.enable = true;
|
||||
gdm.enable = true;
|
||||
tuigreet.enable = false; # TODO: Re-enable
|
||||
ly.enable = true;
|
||||
};
|
||||
|
||||
# TODO: Remove everything below, it is here out of convenience and should be elsewhere
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
|
@ -19,6 +18,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
animation = "matrix";
|
||||
animation_refresh_ms = 32;
|
||||
box_title = "Hewwo! >_< :3";
|
||||
clear_password = true;
|
||||
load = true;
|
||||
|
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
owner = "peterc-s";
|
||||
repo = "ly";
|
||||
rev = "e6d8bea236dd0097adb1c22e9a23d95102ebe9d9";
|
||||
hash = "sha256-VUtNEL7Te/ba+wvL0SsUHlyv2NPmkYKs76TnW8r3ysw=";
|
||||
sha256 = "w9YdNVD+8UhrEbPJ7xqsd/WoxU2rlo2GXFtc9JpWHxo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
@ -84,11 +84,11 @@ let
|
|||
in
|
||||
linkFarm name [
|
||||
{
|
||||
name = "122014e73fd712190e109950837b97f6143f02d7e2b6986e1db70b6f4aadb5ba6a0d";
|
||||
name = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b";
|
||||
path = fetchZigArtifact {
|
||||
name = "clap";
|
||||
url = "https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz";
|
||||
hash = "sha256-3P9LyIlq4eNMOe+/jdVJgECfzveSUuRzTf9yhT4t8Zo=";
|
||||
url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.9.1.tar.gz";
|
||||
hash = "sha256-7qxm/4xb+58MGG+iUzssUtR97OG2dRjAqyS0BAet4HY=";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue