Something basic works

This commit is contained in:
2024-08-13 13:24:32 +03:00
parent d9643caedb
commit 843df231a6
9 changed files with 222 additions and 12 deletions
+19
View File
@@ -1,5 +1,24 @@
* Installation
It's from here:
https://github.com/Misterio77/nix-starter-configs/tree/main/standard
It was probably initialized with this command:
#+begin_src bash
nix flake init -t github:misterio77/nix-starter-config#standard
#+end_src
Fuck vagrant
#+begin_src shell
nix build .#nixosConfigurations.vm.config.system.build.vm
#+end_src
From https://github.com/nix-community/vagrant-nixos-plugin
** Installing home manager
#+begin_src bash