mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
chore: add rustup to persist dir
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, ... }: {
|
||||||
{
|
|
||||||
flake.modules.nixos.arcturus =
|
flake.modules.nixos.arcturus =
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -26,6 +25,7 @@
|
|||||||
directories = [
|
directories = [
|
||||||
"Distrobox"
|
"Distrobox"
|
||||||
".bun"
|
".bun"
|
||||||
|
".rustup"
|
||||||
".config/sops"
|
".config/sops"
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/share/opencode"
|
".local/share/opencode"
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, ... }: {
|
||||||
{
|
|
||||||
flake.modules.nixos.canopus =
|
flake.modules.nixos.canopus =
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -28,6 +27,7 @@
|
|||||||
"Distrobox"
|
"Distrobox"
|
||||||
".steam"
|
".steam"
|
||||||
".bun"
|
".bun"
|
||||||
|
".rustup"
|
||||||
".cache/awww"
|
".cache/awww"
|
||||||
".config/BraveSoftware"
|
".config/BraveSoftware"
|
||||||
".config/zed"
|
".config/zed"
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ config, ... }:
|
{ config, ... }: {
|
||||||
{
|
|
||||||
flake.modules.nixos.sirius =
|
flake.modules.nixos.sirius =
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
@@ -27,6 +26,7 @@
|
|||||||
directories = [
|
directories = [
|
||||||
"Distrobox"
|
"Distrobox"
|
||||||
".bun"
|
".bun"
|
||||||
|
".rustup"
|
||||||
".steam"
|
".steam"
|
||||||
".cache/awww"
|
".cache/awww"
|
||||||
".config/BraveSoftware"
|
".config/BraveSoftware"
|
||||||
|
|||||||
Reference in New Issue
Block a user