Ly implementation

This commit is contained in:
Jan-Bulthuis 2025-02-12 03:23:49 +01:00
parent fa95171f28
commit a04f791e06
4 changed files with 8 additions and 8 deletions

View File

@ -36,6 +36,7 @@ in
# usbutils # usbutils
# udiskie # udiskie
# udisks # udisks
brightnessctl
]; ];
security.krb5 = { security.krb5 = {
@ -60,8 +61,7 @@ in
fontconfig.enable = true; fontconfig.enable = true;
neovim.enable = true; neovim.enable = true;
systemd-boot.enable = true; systemd-boot.enable = true;
gdm.enable = true; ly.enable = true;
tuigreet.enable = false; # TODO: Re-enable
}; };
# TODO: Remove everything below, it is here out of convenience and should be elsewhere # TODO: Remove everything below, it is here out of convenience and should be elsewhere

View File

@ -1,7 +1,6 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
@ -19,7 +18,8 @@ in
enable = true; enable = true;
settings = { settings = {
animation = "matrix"; animation = "matrix";
box_title = " Hewwo! >_< :3 "; animation_refresh_ms = 32;
box_title = "Hewwo! >_< :3";
clear_password = true; clear_password = true;
load = true; load = true;
save = true; save = true;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation {
owner = "peterc-s"; owner = "peterc-s";
repo = "ly"; repo = "ly";
rev = "e6d8bea236dd0097adb1c22e9a23d95102ebe9d9"; rev = "e6d8bea236dd0097adb1c22e9a23d95102ebe9d9";
hash = "sha256-VUtNEL7Te/ba+wvL0SsUHlyv2NPmkYKs76TnW8r3ysw="; sha256 = "w9YdNVD+8UhrEbPJ7xqsd/WoxU2rlo2GXFtc9JpWHxo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -84,11 +84,11 @@ let
in in
linkFarm name [ linkFarm name [
{ {
name = "122014e73fd712190e109950837b97f6143f02d7e2b6986e1db70b6f4aadb5ba6a0d"; name = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b";
path = fetchZigArtifact { path = fetchZigArtifact {
name = "clap"; name = "clap";
url = "https://github.com/Hejsil/zig-clap/archive/8c98e6404b22aafc0184e999d8f068b81cc22fa1.tar.gz"; url = "https://github.com/Hejsil/zig-clap/archive/refs/tags/0.9.1.tar.gz";
hash = "sha256-3P9LyIlq4eNMOe+/jdVJgECfzveSUuRzTf9yhT4t8Zo="; hash = "sha256-7qxm/4xb+58MGG+iUzssUtR97OG2dRjAqyS0BAet4HY=";
}; };
} }
{ {