Compare commits
No commits in common. "0188b6beecca49ea7441496ff76e70f513d379c1" and "cdee22e1650f89374aeb2ebb152ad18fd03c0a16" have entirely different histories.
0188b6beec
...
cdee22e165
3 changed files with 8 additions and 6 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
"/System/Applications/Mail.app"
|
||||
"/Applications/Nix Apps/Obsidian.app"
|
||||
"/Applications/1Password.app"
|
||||
"/Applications/Nix Apps/KeePassXC.app"
|
||||
|
||||
"/Applications/OBS.app"
|
||||
"/Applications/Nix Apps/Audacity.app"
|
||||
|
|
@ -40,7 +40,6 @@
|
|||
"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,7 +17,6 @@
|
|||
obs-studio
|
||||
blender
|
||||
gimp
|
||||
_1password-gui
|
||||
]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
|
||||
iina
|
||||
utm
|
||||
|
|
|
|||
|
|
@ -73,6 +73,10 @@
|
|||
title = "Miniflux";
|
||||
url = "https://rss.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Karakeep";
|
||||
url = "https://karakeep.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Forgejo";
|
||||
url = "https://git.${config.homelab.domain}";
|
||||
|
|
@ -84,8 +88,8 @@
|
|||
color = "36 66 64";
|
||||
links = [
|
||||
{
|
||||
title = "Kanidm";
|
||||
url = "https://${config.homelab.authDomain}";
|
||||
title = "PocketID";
|
||||
url = "https://auth.${config.homelab.domain}";
|
||||
}
|
||||
{
|
||||
title = "Uptime Kuma";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue