Compare commits
3 commits
cdee22e165
...
0188b6beec
| Author | SHA1 | Date | |
|---|---|---|---|
| 0188b6beec | |||
| 8d8d050dac | |||
| 064c72b1ec |
3 changed files with 6 additions and 8 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
"/System/Applications/Mail.app"
|
||||
"/Applications/Nix Apps/Obsidian.app"
|
||||
"/Applications/Nix Apps/KeePassXC.app"
|
||||
"/Applications/1Password.app"
|
||||
|
||||
"/Applications/OBS.app"
|
||||
"/Applications/Nix Apps/Audacity.app"
|
||||
|
|
@ -40,6 +40,7 @@
|
|||
"obs"
|
||||
"grayjay"
|
||||
"gimp"
|
||||
"1password"
|
||||
|
||||
"the-unarchiver"
|
||||
"battery"
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
spotify
|
||||
audacity
|
||||
obsidian
|
||||
keepassxc
|
||||
ani-cli
|
||||
vesktop
|
||||
_1password-cli
|
||||
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||
mpv
|
||||
ghostty
|
||||
|
|
@ -17,6 +17,7 @@
|
|||
obs-studio
|
||||
blender
|
||||
gimp
|
||||
_1password-gui
|
||||
]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
|
||||
iina
|
||||
utm
|
||||
|
|
|
|||
|
|
@ -73,10 +73,6 @@
|
|||
title = "Miniflux";
|
||||
url = "https://rss.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Karakeep";
|
||||
url = "https://karakeep.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Forgejo";
|
||||
url = "https://git.${config.homelab.domain}";
|
||||
|
|
@ -88,8 +84,8 @@
|
|||
color = "36 66 64";
|
||||
links = [
|
||||
{
|
||||
title = "PocketID";
|
||||
url = "https://auth.${config.homelab.domain}";
|
||||
title = "Kanidm";
|
||||
url = "https://${config.homelab.authDomain}";
|
||||
}
|
||||
{
|
||||
title = "Uptime Kuma";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue