- https://discourse.nixos.org/t/how-to-pass-specialargs-to-imports/30592/3
- https://discourse.nixos.org/t/access-inputs-via-specialargs-in-mkshell/51905/6
- https://discourse.nixos.org/t/how-do-specialargs-work/50615/4
- https://github.com/search?q=repo%3AGerschtli%2Fnix-config%20specialArgs&type=code
- https://github.com/search?q=repo%3AGerschtli%2Fnix-config+extraSpecialArgs&type=code
- https://discourse.nixos.org/t/pass-specialargs-to-the-home-manager-module/33068/4
- https://www.google.com/search?q=nixos+modulespath+specialargs
- https://github.com/search?q=repo%3Anix-community%2Fnixvim+extraSpecialArgs&type=code
nix run --impure github:nix-community/nixGL -- nix run nixpkgs#universal-android-debloater
;; For Windows emacs this file belongs to $env:APPDATA | |
;; (GNU Emacs 29.4 (build 2, x86_64-w64-mingw32) of 2024-07-05) | |
;; If you don't have MELPA in your package archives: | |
(require 'package) | |
(add-to-list | |
'package-archives | |
'("melpa" . "http://melpa.org/packages/") t) | |
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) ; Org-mode's repository | |
(package-initialize) | |
(package-refresh-contents) |
$ nix shell nixpkgs#nixVersions.nix_2_20 --command nix-shell --pure
with
let
nixpkgs = builtins.fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
pkgs = import nixpkgs { config = {}; overlays = []; };
- https://www.google.com/search?q=detect+graphics+card+windows+10
- https://documentation.ubuntu.com/wsl/en/latest/howto/gpu-cuda/
- https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps#install-support-for-linux-gui-apps
- https://www.reddit.com/r/ollama/comments/1d75e6m/running_ollama_in_wsl2_on_windows_11_on_intelr/
- https://www.intel.com/content/www/us/en/docs/oneapi/installation-guide-linux/2023-0/configure-wsl-2-for-gpu-workflows.html
- https://community.intel.com/t5/Graphics/WSL2-Ubuntu-22-04-amp-Intel-R-Iris-R-Xe-Graphics-iGPU/td-p/1473503
- IGCIT/Intel-GPU-Community-Issue-Tracker-IGCIT#844
$ nix-shell -p inxi.out -p pciutils -p virtualglLib.out -p vpl-gpu-rt --run "inxi -G"
when upgrading emacs 29.4 to 30.1 my plugins didn't work anymore, starting with corfu-global-mode giving error symbol definition void.
this minad/corfu#412 (comment) link finally gave the right impulse just that I installed all packages anew doing M-x list-packages
and there reinstalling every package I use including use-package
.
also, even when on the plus side of news, on windows I only need one LNK-File to start a emacs daemon automatically with emacsclient anymore: "C:\Program Files\Emacs\emacs-30.1\bin\emacsclientw.exe" -c -a ""
starting in "C:\Program Files\Emacs\emacs-30.1\bin"
devshell probably best (alternatively with https://github.com/ssine/pptx2md):
nix shell nixpkgs#lesspipe
nix shell nixpkgs#libreoffice
eval "$(lesspipe.sh)"
less file.pptx
Emacs Abort Dialog
A fatal error has occurred!
Would you like to attach a debugger?
Select:
YES β to debug Emacs, or
NO to abort Emacs and produce a backtrace
(emacs_backtrace.txt in current directory).
(Before clicking YES, type
`gdb -p `, then `continue` inside GDB.)
As in take a break take a kitkat