Skip to content

Commit

Permalink
feat: nicotine
Browse files Browse the repository at this point in the history
  • Loading branch information
sioodmy committed May 31, 2024
1 parent 8748386 commit 47c54eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/impermanence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ in {
"vids"
"other"
]
++ forEach ["syncthing" "Caprine" "VencordDesktop" "obs-studio" "Signal" "niri" "BraveSoftware"] (
++ forEach ["syncthing" "Caprine" "VencordDesktop" "obs-studio" "Signal" "niri" "BraveSoftware" "nicotine"] (
x: ".config/${x}"
)
++ forEach ["tealdeer" "keepassxc" "nix" "starship" "nix-index" "mozilla" "go-build" "BraveSoftware"] (
x: ".cache/${x}"
)
++ forEach ["direnv" "TelegramDesktop" "PrismLauncher" "keyrings"] (x: ".local/share/${x}")
++ forEach ["direnv" "TelegramDesktop" "PrismLauncher" "keyrings" "nicotine"] (x: ".local/share/${x}")
++ [".ssh" ".keepass" ".mozilla" ".thunderbird"];
};
}
1 change: 1 addition & 0 deletions home/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
home.packages = with pkgs; [
libreoffice-fresh
thunderbird
nicotine-plus
fuzzel
gnome.gnome-calculator
brave
Expand Down

0 comments on commit 47c54eb

Please sign in to comment.