Skip to content

Commit

Permalink
fix: fix tool configs
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed Nov 30, 2024
1 parent 9c26f50 commit cc2c821
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/user/cli/develop/fastfetch/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
home.shellAliases = {
neofetch = "fastfetch -c neofetch.jsonc";
};
programs.fastfetch.enable = true;
}
1 change: 0 additions & 1 deletion apps/user/cli/tool/utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
};
packages = with pkgs; [
ascii-image-converter # Make ascii art
cava # Console-based Audio Visualizer for Alsa
cmatrix # Lain of character
figlet # Make AA from character
tty-clock # CLI clock
Expand Down
1 change: 1 addition & 0 deletions apps/user/desktop/tool/browser/vivaldi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{ id = "neebplgakaahbhdphmkckjjcegoiijjo"; } # keepa
{ id = "ophjlpahpchlmihnnnihgmmeilfjmjjc"; } # line
{ id = "chphlpgkkbolifaimnlloiipkdnihall"; } # one tab
{ id = "cnjifjpddelmedmihgijeibhnjfabmlf"; } # obsidian web clipper
{ id = "pkehgijcmpdhfbdbbnkijodmdjhbjlgp"; } # privacy badger
{ id = "ldgfbffkinooeloadekpmfoklnobpien"; } # raindrop.io
{ id = "ejcfdikabeebbgbopoagpabbdokepnff"; } # rajiko
Expand Down

0 comments on commit cc2c821

Please sign in to comment.