Compare commits

..

3 Commits

Author SHA1 Message Date
tux
9c77654697 chore: add rustup to persist dir 2026-09-10 00:38:27 +05:30
tux
dacbe6bc24 chore: update tnvim flake input 2026-09-10 00:38:13 +05:30
tux
33a1e9da9c chore: add zed to persist dir 2026-09-10 00:13:56 +05:30
4 changed files with 11 additions and 9 deletions

6
flake.lock generated
View File

@@ -2182,11 +2182,11 @@
]
},
"locked": {
"lastModified": 1772111181,
"narHash": "sha256-cHBFhVspigIEfCIA3lteRYrBkXTT6j9A8eyypZOOTNI=",
"lastModified": 1788979552,
"narHash": "sha256-SXjtpMZ7yx1stUvN+Z9KDgBMnzxcwQA1RXEtwGb9oM0=",
"owner": "tuxdotrs",
"repo": "tnvim",
"rev": "476698308f1568aa1aaa07ed5fb65dc6d92f5f2d",
"rev": "810d9b165ae7eb1ab262baf49efdea1a90ae4b18",
"type": "github"
},
"original": {

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"
@@ -50,6 +50,7 @@
".local/share/TelegramDesktop"
".local/share/GalaxyBudsClient"
".local/state/serpantinum"
".local/share/zed"
];
files = [

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"
@@ -49,6 +49,7 @@
".local/share/vicinae"
".local/share/TelegramDesktop"
".local/state/serpantinum"
".local/share/zed"
];
files = [