Compare commits
2 Commits
831f49e8bd
...
7f6910098d
| Author | SHA1 | Date | |
|---|---|---|---|
| 7f6910098d | |||
| 1015048fc5 |
@@ -66,6 +66,8 @@
|
||||
pandoc # markdown preview
|
||||
docker-compose
|
||||
|
||||
mise
|
||||
|
||||
## My scripts
|
||||
frajul.deploy-to-pianopi
|
||||
frajul.smath-studio
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
element-desktop,
|
||||
telegram-desktop,
|
||||
thunderbird,
|
||||
discord, # TODO: discord not available for aarch64, this leads to flake evaluation for this arch fail.
|
||||
# discord, # TODO: discord not available for aarch64, this leads to flake evaluation for this arch fail.
|
||||
}:
|
||||
writeShellApplication {
|
||||
name = "open-messaging";
|
||||
@@ -12,7 +12,7 @@ writeShellApplication {
|
||||
element-desktop
|
||||
telegram-desktop
|
||||
thunderbird
|
||||
discord
|
||||
# discord
|
||||
];
|
||||
|
||||
text = ''
|
||||
@@ -21,7 +21,7 @@ writeShellApplication {
|
||||
element-desktop &
|
||||
sleep 0.1
|
||||
Telegram &
|
||||
sleep 0.1
|
||||
discord &
|
||||
# sleep 0.1
|
||||
# discord &
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user