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