chore: add rustup to persist dir

This commit is contained in:
tux
2026-09-10 00:38:27 +05:30
parent dacbe6bc24
commit 9c77654697
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
{ config, ... }:
{
{ config, ... }: {
flake.modules.nixos.arcturus =
{
pkgs,
@@ -26,6 +25,7 @@
directories = [
"Distrobox"
".bun"
".rustup"
".config/sops"
".local/share/nvim"
".local/share/opencode"

View File

@@ -1,5 +1,4 @@
{ config, ... }:
{
{ config, ... }: {
flake.modules.nixos.canopus =
{
pkgs,
@@ -28,6 +27,7 @@
"Distrobox"
".steam"
".bun"
".rustup"
".cache/awww"
".config/BraveSoftware"
".config/zed"

View File

@@ -1,5 +1,4 @@
{ config, ... }:
{
{ config, ... }: {
flake.modules.nixos.sirius =
{
pkgs,
@@ -27,6 +26,7 @@
directories = [
"Distrobox"
".bun"
".rustup"
".steam"
".cache/awww"
".config/BraveSoftware"