This commit is contained in:
2026-03-01 20:55:16 +01:00
parent 2886f0517b
commit 7c12cb82aa
4 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
xdg.configFile."fastfetch/startup.jsonc".text = builtins.toJSON {
logo = {
source = "arch_small";
source = "nixos_small";
padding = {
bottom = 1;
};

View File

@@ -36,7 +36,7 @@ in
"$mainMod" = "SUPER";
"$terminal" = "uwsm app -- kitty";
"$menu" = "hyprlauncher";
"$music_player" = "flatpak run com.spotify.Client";
"$music_player" = if isNixOS then "spotify" else "flatpak run com.spotify.Client";
"$notes" = "obsidian";
"$browser" = if isNixOS then "zen-beta" else "zen-browser"; # beta on nixos
"$openrgb_color" = "09ce30";