Compare commits

...

3 Commits

Author SHA1 Message Date
tux
a93cf9a022 feat: update tnvim flake inputs 2025-05-21 19:24:33 +05:30
tux
5b26b32647 feat: add distrobox 2025-05-21 05:30:34 +05:30
tux
a7737ddebd feat: add docker to persist dir 2025-05-21 05:30:24 +05:30
3 changed files with 5 additions and 3 deletions

6
flake.lock generated
View File

@ -1046,11 +1046,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744380294, "lastModified": 1747835594,
"narHash": "sha256-jcQ32tsMZvXQ3xc0BFeh/0U+vH5HFejheGZPZ6K9/4c=", "narHash": "sha256-EIwnGiwJLzz4s4jJYeG0byDfFS3tu45Hpo2QHE/eIig=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tnvim", "repo": "tnvim",
"rev": "e7c6ed5eab644b8bb3858d8dc12617aca0f7de11", "rev": "5ef7430c99de04bf79c0016b553d9c671d0ab124",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -316,6 +316,7 @@
"/var/lib/bluetooth" "/var/lib/bluetooth"
"/var/lib/tailscale" "/var/lib/tailscale"
"/var/lib/nixos" "/var/lib/nixos"
"/var/lib/docker"
"/etc/NetworkManager/system-connections" "/etc/NetworkManager/system-connections"
]; ];
files = [ files = [

View File

@ -59,6 +59,7 @@
copyq copyq
vlc vlc
tor-browser tor-browser
distrobox
]; ];
home.persistence."/persist/home/${username}" = { home.persistence."/persist/home/${username}" = {