From f039d5d4d73dd426028e11658f415de339708025 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Tue, 6 Aug 2024 13:23:29 +0800 Subject: [PATCH] Fix 'nix shell' command on uses page --- docs/uses.html | 2 +- input/pages/uses/uses.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/uses.html b/docs/uses.html index 47a953c..2059028 100644 --- a/docs/uses.html +++ b/docs/uses.html @@ -42,7 +42,7 @@

Uses

This page details some of the many things I use. Generally, my selections align with the philosophies outlined by Gwern. Everything is outlined in my dotfiles repository.

Laptop

Day to day I run a Framework Laptop 13. More information about my specific device and my experience with it is available in my review.

-

In general, I run NixOS on all my devices. I’m a huge fan of it’s declarative configuration. The ability to run things in an ephemeral shell with nix-shell:p is also core to my iterative development processes.

+

In general, I run NixOS on all my devices. I’m a huge fan of it’s declarative configuration. The ability to run things in an ephemeral shell with nix-shell -p is also core to my iterative development processes.

Environment

I run Sway as my window manager, swaylock as the screen locker, and Yambar as my status panel. I use bemenu (a Wayland equivalent of dmenu) for launching programs and displaying my clipboard history (with the help of cliphist). My notifications are all handled by Dunst.

Kitty is my preferred terminal, pretty much exclusively for it’s support for ligatures, image support, and it’s SSH kitten.

diff --git a/input/pages/uses/uses.md b/input/pages/uses/uses.md index 3912c3b..06b9877 100755 --- a/input/pages/uses/uses.md +++ b/input/pages/uses/uses.md @@ -8,7 +8,7 @@ This page details some of the many things I use. Generally, my selections align Day to day I run a Framework Laptop 13. More information about my specific device and my experience with it is available in [my review](https://vale.rocks/posts/A-Year-With-The-Framework-Laptop-13). -In general, I run NixOS on all my devices. I'm a huge fan of it's declarative configuration. The ability to run things in an ephemeral shell with `nix-shell:p` is also core to my iterative development processes. +In general, I run NixOS on all my devices. I'm a huge fan of it's declarative configuration. The ability to run things in an ephemeral shell with `nix-shell -p` is also core to my iterative development processes. ### Environment