** Post-setup
In emacs, run ~M-x all-the-icons-install-fonts, ~~M-x nerd-icons-install-fonts~, and ~M-x org-roam-db-sync~. Install your music to ~$HOME/music~ for
emms. In firefox, go to the three-bar menu and enable all the add-ons that were automatically installed. Set up the ~mu~ program in order to
-send and receive email, along with modifying the corresponding mbsync and msmtp commands. Change ~nix/flakevars.nix~ to your liking, and add
-new systems if you want.
+send and receive email, along with modifying the corresponding mbsync and msmtp commands. Change ~nix/flakevars.nix~ to your liking.
* License
See the [[file:LICENSE][license]] The style.css has its own license.
{ ... }:
{
imports = [
- ../../disko/drive-simple.nix
+ ../../disko/btrfs-simple.nix
../common.nix
];
config = {
#+begin_src nix :tangle ../nix/systems/installer/commits.nix
{
diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
- monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
+ monorepoCommitHash = "bb31a5a879154432e11a75e69070b58004ddc07b";
monorepoUrl = "https://github.com/ret2pop/monorepo";
}
#+end_src
{ ... }:
{
imports = [
- ../../disko/drive-simple.nix
+ ../../disko/btrfs-simple.nix
../common.nix
];
config = {
{
diskoCommitHash = "c8a0e78d86b12ea67be6ed0f7cae7f9bfabae75a";
- monorepoCommitHash = "64a1acc961466c845b2601c0d0e165b16eb73fe2";
+ monorepoCommitHash = "bb31a5a879154432e11a75e69070b58004ddc07b";
monorepoUrl = "https://github.com/ret2pop/monorepo";
}