clock with shortcut

This commit is contained in:
twoneis 2024-08-23 17:01:38 +02:00
parent fd81fafb59
commit 0a2f320106

View file

@ -1,6 +1,11 @@
{ config, pkgs, ... }: let { config, pkgs, ... }: let
inherit (config) conf; inherit (config) conf;
inherit (config.conf) keys; inherit (config.conf) keys;
time = pkgs.makeDesktopItem {
name = "peaclock-desktop";
desktopName = "Time";
exec = "alacritty -e ${pkgs.peaclock}/bin/peaclock";
};
in { in {
programs.fish.enable = true; programs.fish.enable = true;
users.defaultUserShell = pkgs.fish; users.defaultUserShell = pkgs.fish;
@ -15,7 +20,10 @@ in {
unzip unzip
gnutar gnutar
lshw lshw
peaclock
netcat-openbsd netcat-openbsd
] ++ [
time
]; ];
home.file = { home.file = {