I want to start making YouTube videos.
** TODO [#C] Analogue Computer
I want to make an analogue computer.
-
+* Academic
+** TODO Statistics
+** TODO QFT
+** TODO GM
* Chores
** DONE [#A] Dishes
There will be a TODO when I need to do the dishes.
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/sda-simple.nix
./systems/continuity/default.nix
];
};
sops-nix.nixosModules.sops
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/nvme-simple.nix
+
./systems/affinity/default.nix
];
};
sops-nix.nixosModules.sops
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/vda-simple.nix
./systems/spontaneity/default.nix
];
};
{
imports = [
./configuration.nix
- ./home/home.nix
./vars.nix
];
** Continuity
This is pretty understandable, if you understand all the above.
#+begin_src nix :tangle ../nix/systems/continuity/default.nix
-{ ... }:
-{
- imports = [
- ../../modules/default.nix
- ];
-}
+ { ... }:
+ {
+ imports = [
+ ../../modules/default.nix
+ ../../modules/home/home.nix
+ ../../modules/sda-simple.nix
+ ];
+ }
#+end_src
** Affinity
This is my configuration for my workstation. It runs ollama, as well
{
imports = [
../../modules/default.nix
+ ../../modules/home/home.nix
+ ../../modules/nvme-simple.nix
];
config.monorepo = {
profiles = {
{
imports = [
../../modules/default.nix
+ ../../modules/vda-simple.nix
];
config.monorepo = {
profiles = {
- home.enable = false;
server.enable = true;
+ home.enable = false;
};
vars.hostName = "spontaneity";
};
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/sda-simple.nix
./systems/continuity/default.nix
];
};
sops-nix.nixosModules.sops
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/nvme-simple.nix
+
./systems/affinity/default.nix
];
};
sops-nix.nixosModules.sops
{ nixpkgs.overlays = [ nur.overlays.default ]; }
{ home-manager.extraSpecialArgs = attrs; }
- ./modules/vda-simple.nix
./systems/spontaneity/default.nix
];
};
{
imports = [
./configuration.nix
- ./home/home.nix
./vars.nix
];
{
imports = [
../../modules/default.nix
+ ../../modules/home/home.nix
+ ../../modules/nvme-simple.nix
];
config.monorepo = {
profiles = {
{
imports = [
../../modules/default.nix
+ ../../modules/home/home.nix
+ ../../modules/sda-simple.nix
];
}
{
imports = [
../../modules/default.nix
+ ../../modules/vda-simple.nix
];
config.monorepo = {
profiles = {
- home.enable = false;
server.enable = true;
+ home.enable = false;
};
vars.hostName = "spontaneity";
};
-webkit-columns: 2;
-moz-columns: 2;
}
+
.theorem {
display:block;
margin-left:10px;
margin-bottom:20px;
font-style:normal;
}
-.theorem:before{
+
+.theorem:before {
content:"Theorem.\00a0\00a0";
float:left;
font-weight:bold;
}
-.proof{
+
+.proof {
display:block;
margin-left:10px;
margin-bottom:30px;
font-style:normal;
}
-.proof:before{
+
+.proof:before {
content:'Proof.\00a0\00a0';
float:left;
font-weight:bold;
}
-.proof:after{
+
+.proof:after {
content:"\25FC";
float:right;
}
position: relative;
background:#EDEDED;
}
-blockquote::before{
- font-family:Arial;
- content: "\201C";
- color:#78C0A8;
- font-size:4em;
- position: absolute;
- left: 10px;
- top:-10px;
+blockquote::before {
+ font-family:Arial;
+ content: "\201C";
+ color:#78C0A8;
+ font-size:4em;
+ position: absolute;
+ left: 10px;
+ top:-10px;
}
blockquote::after{
- content: '';
+ content: '';
}
/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {