Skip to content

Instantly share code, notes, and snippets.

@gotjoshua
gotjoshua / qgis-plugin-vscode-mac.md
Last active October 31, 2022 18:18
qgis plugin dev on mac os - notes for ide setup
@gotjoshua
gotjoshua / starship.toml
Created March 25, 2023 20:59
a two line, extras on the right, paletted variation of https://starship.rs/presets/#pastel-powerline
right_format = """
[](fg:tooling_hex bg:none)\
$c\
$elixir\
$elm\
$golang\
$gradle\
$haskell\
$java\
$julia\
@gotjoshua
gotjoshua / configuration.nix
Last active April 17, 2024 17:29 — forked from hermannolafs/configuration.nix
Nixos Gnome RDP Remote Desktop
{ pkgs, lib, ... }: {
# from https://gist.github.com/hermannolafs/c1379a090350d2dc369aeabd3c0d8de3
# minimized for clarity.
# Some of these might not be needed. After some trial and error
# I got this working with these configs.
# I do not have the patience to rn an elimination test.
services.gnome.gnome-remote-desktop.enable = true;