diff --git a/index.html b/index.html index 58c47ec..3cd10b7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +-This file has 95685 words spanning 24730 lines and was last revised on 2025-10-11 21:49:58 +0200. +This file has 95668 words spanning 24729 lines and was last revised on 2025-10-11 23:49:08 +0200.
@@ -905,7 +905,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: 2025-10-11 21:49:58 +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: 2025-10-11 23:49:08 +0200)
Some standard options that should be set for every microvm host. @@ -12142,8 +12142,8 @@ Some standard options that should be set for every microvm host.
Some standard options that should be set vor every microvm guest. We set the default @@ -12527,6 +12527,7 @@ This holds packages that I can use as provided, or with small modifications (as # nextcloud-client # enables a systemd service that I do not want # spotify-player # element-desktop + nicotine-plus stable.transmission_3 mktorrent @@ -13162,11 +13163,11 @@ nix-index provides a way to find out which packages are provided by which deriva
{ self, lib, config, pkgs, ... }:
+{ lib, config, ... }:
let
moduleName = "nix-your-shell";
in
@@ -14876,8 +14877,8 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
{ lib, config, ... }:
@@ -14891,8 +14892,8 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
{ lib, config, ... }:
@@ -14907,8 +14908,8 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
{ lib, config, ... }:
@@ -14942,8 +14943,8 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
{ lib, config, ... }:
@@ -14981,8 +14982,8 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
{ lib, config, pkgs, ... }:
@@ -15016,8 +15017,8 @@ The `extraConfig` section here CANNOT be reindented. This has something to do wi
{ lib, config, pkgs, ... }:
@@ -15929,8 +15930,8 @@ in
{ lib, config, pkgs, nixosConfig ? config, ... }:
@@ -16069,8 +16070,8 @@ in
{ lib, config, pkgs, globals, nixosConfig ? config, ... }:
@@ -16141,14 +16142,13 @@ in
{ lib, config, ... }:
let
moduleName = "element-desktop";
- inherit (config.swarselsystems) isPublic isNixos;
in
{
options.swarselmodules.${moduleName} = lib.mkEnableOption "enable ${moduleName} and settings";
@@ -16179,8 +16179,8 @@ in
{ lib, config, nixosConfig ? config, ... }:
@@ -16204,8 +16204,8 @@ in
{ lib, config, ... }:
@@ -16225,14 +16225,13 @@ in
{ lib, config, nixosConfig ? config, ... }:
+{ lib, config, ... }:
let
moduleName = "spotify-player";
- inherit (nixosConfig.repo.secrets.common.irc) irc_nick1;
in
{
options.swarselmodules.${moduleName} = lib.mkEnableOption "enable ${moduleName} and settings";
@@ -16247,8 +16246,8 @@ in
{ lib, config, ... }:
@@ -16334,8 +16333,8 @@ in
{ lib, config, ... }:
@@ -16355,8 +16354,8 @@ in
{ lib, config, ... }:
@@ -16377,8 +16376,8 @@ in
{ lib, config, pkgs, ... }:
@@ -16418,8 +16417,8 @@ in
{ lib, config, pkgs, ... }:
@@ -16607,7 +16606,7 @@ in
gamescope
umu-launcher
];
- steamPackage = if (isNixos) then nixosConfig.programs.steam.package else pkgs.steam;
+ steamPackage = if isNixos then nixosConfig.programs.steam.package else pkgs.steam;
winePackages = with pkgs; [
wineWow64Packages.waylandFull
];
@@ -19622,8 +19621,8 @@ writeShellApplication {
Sometimes my DE crashes after putting it to suspend - to be precise, it happens when I put it into suspend when I have multiple screens plugged in. I have never taken the time to debug the issue, but instead just switch to a different TTY and then use this script to kill the hanging session. @@ -19783,8 +19782,8 @@ in
{ lib, config, ... }:
@@ -26505,45 +26504,45 @@ Here lies defined the readme for GitHub and Forgejo:
<details>
<summary>Click here to expand...</summary>
- - [guibou](https://github.com/guibou/)
- - [rycee](https://github.com/rycee)
- - [adisbladis](https://github.com/adisbladis)
- - [Mic92](https://github.com/Mic92/sops-nix)
- - [lassulus](https://github.com/lassulus)
- - [danth](https://github.com/danth/)
- - [LnL7](https://github.com/LnL7)
- - [t184256](https://github.com/t184256)
- - [bennofs](https://github.com/bennofs)
- - [Pandapip1](https://github.com/Pandapip1)
- - [zowoq](https://github.com/zowoq)
- - [numtide](https://github.com/numtide)
- - [hsjobeki](https://github.com/hsjobeki)
- - [blitz](https://github.com/blitz)
- - [RaitoBezarius](https://github.com/RaitoBezarius)
- - [nikstur](https://github.com/nikstur)
- - [talyz](https://github.com/talyz)
- - [infinisil](https://github.com/infinisil)
- - [zhaofengli](https://github.com/zhaofengli)
- - [Artturin](https://github.com/Artturin)
- - [oddlama](https://github.com/oddlama)
+ - [guibou](https://github.com/guibou/)
+ - [rycee](https://github.com/rycee)
+ - [adisbladis](https://github.com/adisbladis)
+ - [Mic92](https://github.com/Mic92/sops-nix)
+ - [lassulus](https://github.com/lassulus)
+ - [danth](https://github.com/danth/)
+ - [LnL7](https://github.com/LnL7)
+ - [t184256](https://github.com/t184256)
+ - [bennofs](https://github.com/bennofs)
+ - [Pandapip1](https://github.com/Pandapip1)
+ - [zowoq](https://github.com/zowoq)
+ - [numtide](https://github.com/numtide)
+ - [hsjobeki](https://github.com/hsjobeki)
+ - [blitz](https://github.com/blitz)
+ - [RaitoBezarius](https://github.com/RaitoBezarius)
+ - [nikstur](https://github.com/nikstur)
+ - [talyz](https://github.com/talyz)
+ - [infinisil](https://github.com/infinisil)
+ - [zhaofengli](https://github.com/zhaofengli)
+ - [Artturin](https://github.com/Artturin)
+ - [oddlama](https://github.com/oddlama)
</details>
- All the people who have inspired me with their configurations (sadly also highly incomplete):
<details>
<summary>Click here to expand...</summary>
- - [theSuess](https://github.com/theSuess) with their [home-manager](https://code.kulupu.party/thesuess/home-manager)
- - [hlissner](https://github.com/hlissner) with their [dotfiles](https://github.com/hlissner/dotfiles)
- - [drduh](https://github.com/drduh/YubiKey-Guide) with their [YubiKey-Guide](https://github.com/drduh/YubiKey-Guide)
- - [AntonHakansson](https://github.com/AntonHakansson) with their [nixos-config](https://github.com/AntonHakansson/nixos-config?tab=readme-ov-file)
- - [Guekka](https://github.com/Guekka/) with their [blog](https://guekka.github.io/)
- - [NotAShelf](https://github.com/NotAShelf) with their [nyx](https://github.com/NotAShelf/nyx)
- - [Misterio77](https://github.com/Misterio77) with their [nix-config](https://github.com/Misterio77/nix-config)
- - [0xdade](https://github.com/0xdade) with their [blog](https://0xda.de/blog/)
- - [EmergentMind](https://github.com/EmergentMind) with their [nix-config](https://github.com/EmergentMind/nix-config)
- - [librephoenix](https://github.com/librephoenix) with their [nixos-config](https://github.com/librephoenix/nixos-config)
- - [Xe](https://github.com/Xe) with their [blog](https://xeiaso.net/blog/)
- - [oddlama](https://github.com/oddlama) with their absolutely incredible [nix-config](https:/github.com/oddlama/nix-config)
+ - [theSuess](https://github.com/theSuess) with their [home-manager](https://code.kulupu.party/thesuess/home-manager)
+ - [hlissner](https://github.com/hlissner) with their [dotfiles](https://github.com/hlissner/dotfiles)
+ - [drduh](https://github.com/drduh/YubiKey-Guide) with their [YubiKey-Guide](https://github.com/drduh/YubiKey-Guide)
+ - [AntonHakansson](https://github.com/AntonHakansson) with their [nixos-config](https://github.com/AntonHakansson/nixos-config?tab=readme-ov-file)
+ - [Guekka](https://github.com/Guekka/) with their [blog](https://guekka.github.io/)
+ - [NotAShelf](https://github.com/NotAShelf) with their [nyx](https://github.com/NotAShelf/nyx)
+ - [Misterio77](https://github.com/Misterio77) with their [nix-config](https://github.com/Misterio77/nix-config)
+ - [0xdade](https://github.com/0xdade) with their [blog](https://0xda.de/blog/)
+ - [EmergentMind](https://github.com/EmergentMind) with their [nix-config](https://github.com/EmergentMind/nix-config)
+ - [librephoenix](https://github.com/librephoenix) with their [nixos-config](https://github.com/librephoenix/nixos-config)
+ - [Xe](https://github.com/Xe) with their [blog](https://xeiaso.net/blog/)
+ - [oddlama](https://github.com/oddlama) with their absolutely incredible [nix-config](https:/github.com/oddlama/nix-config)
</details>
If you feel that I forgot to pay you tribute for code that I used in this repository, please shoot me a message and I will fix it :)
@@ -26875,7 +26874,7 @@ similarly, there exists an version that starts from the right.