diff --git a/SwarselSystems.org b/SwarselSystems.org index 4b06cc9..3b4e973 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -2312,6 +2312,7 @@ Mostly just sets some opened ports for several games, enables virtualbox (which environment.systemPackages = with pkgs; [ sbctl + teams-for-linux # gog games installing heroic # minecraft @@ -4948,22 +4949,22 @@ Do not touch this. folders = { "Default Folder" = { path = "/home/swarsel/Sync"; - devices = [ "sync (@oracle)" "magicant" ]; + devices = [ "sync (@oracle)" ]; id = "default"; }; "Obsidian" = { path = "/home/swarsel/Nextcloud/Obsidian"; - devices = [ "sync (@oracle)" "magicant" ]; + devices = [ "sync (@oracle)" ]; id = "yjvni-9eaa7"; }; "Org" = { path = "/home/swarsel/Nextcloud/Org"; - devices = [ "sync (@oracle)" "magicant" ]; + devices = [ "sync (@oracle)" ]; id = "a7xnl-zjj3d"; }; "Vpn" = { path = "/home/swarsel/Vpn"; - devices = [ "sync (@oracle)" "magicant" ]; + devices = [ "sync (@oracle)" ]; id = "hgp9s-fyq3p"; }; }; diff --git a/index.html b/index.html index 0e57fc2..8502481 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-This file has 41361 words spanning 11031 lines and was last revised on 2024-07-20 11:04:39 +0200. +This file has 41360 words spanning 11032 lines and was last revised on 2024-07-20 15:47:39 +0200.
@@ -439,7 +439,7 @@ This section defines my Emacs configuration. For a while, I considered to use ry
-My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-07-20 11:04:39 +0200) +My emacs is built using the emacs-overlay nix flake, which builds a bleeding edge emacs on wayland (pgtk) with utilities like treesitter support. By executing the below source block, the current build setting can be updated at any time, and you can see my most up-to-date build options (last updated: 2024-07-20 15:47:39 +0200)
Do not touch this. @@ -6102,7 +6103,7 @@ environment.pathsToLink = [ "/share/zsh" ];
@@ -6127,22 +6128,22 @@ services.syncthing = {
folders = {
"Default Folder" = {
path = "/home/swarsel/Sync";
- devices = [ "sync (@oracle)" "magicant" ];
+ devices = [ "sync (@oracle)" ];
id = "default";
};
"Obsidian" = {
path = "/home/swarsel/Nextcloud/Obsidian";
- devices = [ "sync (@oracle)" "magicant" ];
+ devices = [ "sync (@oracle)" ];
id = "yjvni-9eaa7";
};
"Org" = {
path = "/home/swarsel/Nextcloud/Org";
- devices = [ "sync (@oracle)" "magicant" ];
+ devices = [ "sync (@oracle)" ];
id = "a7xnl-zjj3d";
};
"Vpn" = {
path = "/home/swarsel/Vpn";
- devices = [ "sync (@oracle)" "magicant" ];
+ devices = [ "sync (@oracle)" ];
id = "hgp9s-fyq3p";
};
};
@@ -7049,8 +7050,8 @@ programs = {
nix-index provides a way to find out which packages are provided by which derivations. By default it also comes with a replacement for command-not-found.sh, however, the implementation is based on a channel based setup. I like consistency, so I replace the command with one that provides a flakes-based output.
@@ -9450,7 +9451,7 @@ The standard Emacs behaviour for the Python process shell is a bit annoying. Thi
This function searches for common delimiters in region and removes them, summarizing all captured lines by it. @@ -9483,7 +9484,7 @@ This function searches for common delimiters in region and removes them, summari
This formats the org code block at point in accordance to the nixpkgs-fmt formatter
@@ -11056,8 +11057,8 @@ This adds a rudimentary nix-mode to Emacs. I have not really tried this out, as
Adds functions for formatting nix code. @@ -13072,7 +13073,7 @@ My laptop, sadly soon to be replaced by a new one, since most basic functions ar