From 56f51ef2924e4da864f1953e917c34efab946021 Mon Sep 17 00:00:00 2001 From: Aner Zakobar Date: Fri, 25 Apr 2025 23:52:32 +0300 Subject: [PATCH] README --- README.org | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.org b/README.org index b88bd90..a1c4faa 100755 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ It was probably initialized with this command: nix flake init -t github:misterio77/nix-starter-config#standard #+end_src -Fuck vagrant +** VM #+begin_src shell nix build .#nixosConfigurations.vm.config.system.build.vm @@ -24,19 +24,33 @@ Or do this nix build '.?submodules=1#nixosConfigurations.vm.config.system.build.vm' #+end_src +** Lauretta + For Lauretta #+begin_src bash sudo nixos-rebuild switch --flake '.?submodules=1#lauretta' #+end_src -SOmetimes +Updating azos-core #+begin_src bash nix flake lock --update-input azos-core #+end_src -** Installing home manager +Updating everything + +#+begin_src bash +nix flake update +#+end_src + +In order to collect garbage: + +#+begin_src bash +sudo nix-collect-garbage --delete-old +#+end_src + +** Installing home manager on non-nixos #+begin_src bash nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager @@ -51,13 +65,6 @@ $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh as source to BASH. before we install -* Notes for planning - -- EMACS config should be kept in a way that it is usable w/o nix -- NIX will copy each ORG file to the 'extras' folder -- Entanglement should happen in tmpfolder place (IDEALLY tmp buff) -- Can I do this by tangling a big org thing for the features? Yes? No? Probably not! - * usage tips If you want nix rpel @@ -99,10 +106,3 @@ nix develop .#shells.x86_64-linux.debugTexShell *** Steam *** Reaper *** Notebook tempaltes -*** Headphones -*** Extra EMACS config -*** DIRENV -https://github.com/nix-community/nix-direnv - -*** AUdio -*** Qutebrowser config