clock with shortcut
This commit is contained in:
parent
fd81fafb59
commit
0a2f320106
1 changed files with 8 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue