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"> - + SwarselSystems: NixOS + Emacs Configuration @@ -261,7 +261,7 @@
  • 3.3.6. Linking dotfiles
  • 3.3.7. Sourcing environment variables
  • 3.3.8. Programs
  • -
  • 3.3.9. nix-index
  • +
  • 3.3.9. nix-index
  • 3.3.10. password-store
  • 3.3.11. direnv
  • 3.3.12. eza
  • @@ -329,7 +329,7 @@ @@ -3193,6 +3193,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 @@ -6085,7 +6086,7 @@ programs = {
      -
    1. zsh
      +
    2. zsh

      Do not touch this. @@ -6102,7 +6103,7 @@ environment.pathsToLink = [ "/share/zsh" ];

    3. -
    4. syncthing
      +
    5. syncthing
      @@ -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 = {
       
    -
    -

    3.3.9. nix-index

    +
    +

    3.3.9. nix-index

    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

    -
  • Nix common prefix bracketer
    +
  • Nix common prefix bracketer

    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

  • -
  • Nix formatters
    +
  • Nix formatters

    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

    -
    -

    4.4.3. nixpkgs-fmt

    +
    +

    4.4.3. nixpkgs-fmt

    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

    Author: Leon Schwarzäugl

    -

    Created: 2024-07-20 Sa 11:04

    +

    Created: 2024-07-20 Sa 15:47

    Validate

    diff --git a/profiles/common/nixos.nix b/profiles/common/nixos.nix index 2f46924..1a1aa9a 100644 --- a/profiles/common/nixos.nix +++ b/profiles/common/nixos.nix @@ -442,22 +442,22 @@ 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"; }; };