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
|
{ 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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue