wellDuuh@lemmy.world to Asklemmy@lemmy.mlEnglish · edit-28 months agochmod -R hit me, again... Anyone else who faced these sys-admin woopsies?message-squaremessage-square6fedilinkarrow-up127arrow-down11file-text
arrow-up126arrow-down1message-squarechmod -R hit me, again... Anyone else who faced these sys-admin woopsies?wellDuuh@lemmy.world to Asklemmy@lemmy.mlEnglish · edit-28 months agomessage-square6fedilinkfile-text
minus-squarewellDuuh@lemmy.worldOPlinkfedilinkEnglisharrow-up2·edit-28 months ago😂 heck no! (Just found out) Nix provides a platform where you define how the system should be by specifying what version of apps to install, and configurations to inherit. It does not back up any configuration and files that are outside the defined configuration file! And Turns out there are plenty of them. What, You changed into dark theme on your android studio? Stored on home dir .local, not on nix configuration file Every app that I customized it whilst inside the app, the changes are thrown on .local. Again… TIMESHIFT would have saved me sooo much time. This is me Sangry now Edit: I hope this post saves someone a world of pain in the future
😂 heck no! (Just found out)
Nix provides a platform where you define how the system should be by specifying what version of apps to install, and configurations to inherit.
It does not back up any configuration and files that are outside the defined configuration file! And Turns out there are plenty of them.
What, You changed into dark theme on your android studio? Stored on home dir .local, not on nix configuration file
Every app that I customized it whilst inside the app, the changes are thrown on .local.
Again… TIMESHIFT would have saved me sooo much time.
This is me Sangry now
Edit: I hope this post saves someone a world of pain in the future