README
This commit is contained in:
+17
-17
@@ -10,7 +10,7 @@ It was probably initialized with this command:
|
|||||||
nix flake init -t github:misterio77/nix-starter-config#standard
|
nix flake init -t github:misterio77/nix-starter-config#standard
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Fuck vagrant
|
** VM
|
||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
nix build .#nixosConfigurations.vm.config.system.build.vm
|
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'
|
nix build '.?submodules=1#nixosConfigurations.vm.config.system.build.vm'
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Lauretta
|
||||||
|
|
||||||
For Lauretta
|
For Lauretta
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
sudo nixos-rebuild switch --flake '.?submodules=1#lauretta'
|
sudo nixos-rebuild switch --flake '.?submodules=1#lauretta'
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
SOmetimes
|
Updating azos-core
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
nix flake lock --update-input azos-core
|
nix flake lock --update-input azos-core
|
||||||
#+end_src
|
#+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
|
#+begin_src bash
|
||||||
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
|
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
|
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
|
* usage tips
|
||||||
|
|
||||||
If you want nix rpel
|
If you want nix rpel
|
||||||
@@ -99,10 +106,3 @@ nix develop .#shells.x86_64-linux.debugTexShell
|
|||||||
*** Steam
|
*** Steam
|
||||||
*** Reaper
|
*** Reaper
|
||||||
*** Notebook tempaltes
|
*** Notebook tempaltes
|
||||||
*** Headphones
|
|
||||||
*** Extra EMACS config
|
|
||||||
*** DIRENV
|
|
||||||
https://github.com/nix-community/nix-direnv
|
|
||||||
|
|
||||||
*** AUdio
|
|
||||||
*** Qutebrowser config
|
|
||||||
|
|||||||
Reference in New Issue
Block a user