Compare commits

..

No commits in common. "0188b6beecca49ea7441496ff76e70f513d379c1" and "cdee22e1650f89374aeb2ebb152ad18fd03c0a16" have entirely different histories.

3 changed files with 8 additions and 6 deletions

View file

@ -18,7 +18,7 @@
"/System/Applications/Mail.app" "/System/Applications/Mail.app"
"/Applications/Nix Apps/Obsidian.app" "/Applications/Nix Apps/Obsidian.app"
"/Applications/1Password.app" "/Applications/Nix Apps/KeePassXC.app"
"/Applications/OBS.app" "/Applications/OBS.app"
"/Applications/Nix Apps/Audacity.app" "/Applications/Nix Apps/Audacity.app"
@ -40,7 +40,6 @@
"obs" "obs"
"grayjay" "grayjay"
"gimp" "gimp"
"1password"
"the-unarchiver" "the-unarchiver"
"battery" "battery"

View file

@ -5,9 +5,9 @@
spotify spotify
audacity audacity
obsidian obsidian
keepassxc
ani-cli ani-cli
vesktop vesktop
_1password-cli
] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [ ] ++ lib.optionals pkgs.stdenv.isLinux (with pkgs; [
mpv mpv
ghostty ghostty
@ -17,7 +17,6 @@
obs-studio obs-studio
blender blender
gimp gimp
_1password-gui
]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [ ]) ++ lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
iina iina
utm utm

View file

@ -73,6 +73,10 @@
title = "Miniflux"; title = "Miniflux";
url = "https://rss.${config.homelab.domain}"; url = "https://rss.${config.homelab.domain}";
} }
{
title = "Karakeep";
url = "https://karakeep.${config.homelab.domain}";
}
{ {
title = "Forgejo"; title = "Forgejo";
url = "https://git.${config.homelab.domain}"; url = "https://git.${config.homelab.domain}";
@ -84,8 +88,8 @@
color = "36 66 64"; color = "36 66 64";
links = [ links = [
{ {
title = "Kanidm"; title = "PocketID";
url = "https://${config.homelab.authDomain}"; url = "https://auth.${config.homelab.domain}";
} }
{ {
title = "Uptime Kuma"; title = "Uptime Kuma";