Skip to content

Commit

Permalink
Fix 'nix shell' command on uses page
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Aug 6, 2024
1 parent 3f2851d commit f039d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/uses.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 id="section">Uses</h1>
<p>This page details some of the many things I use. Generally, my selections align with the philosophies <a href="https://gwern.net/choosing-software">outlined by Gwern</a>. Everything is outlined in my <a href="https://github.com/DeclanChidlow/dotfiles">dotfiles repository</a>.</p>
<h2>Laptop</h2>
<p>Day to day I run a Framework Laptop 13. More information about my specific device and my experience with it is available in <a href="https://vale.rocks/posts/A-Year-With-The-Framework-Laptop-13">my review</a>.</p>
<p>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 <code>nix-shell:p</code> is also core to my iterative development processes.</p>
<p>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 <code>nix-shell -p</code> is also core to my iterative development processes.</p>
<h3>Environment</h3>
<p>I run <a href="https://swaywm.org">Sway</a> as my window manager, <a href="https://github.com/swaywm/swaylock">swaylock</a> as the screen locker, and <a href="https://codeberg.org/dnkl/yambar">Yambar</a> as my status panel. I use <a href="https://github.com/Cloudef/bemenu">bemenu</a> (a Wayland equivalent of dmenu) for launching programs and displaying my clipboard history (with the help of cliphist). My notifications are all handled by <a href="https://dunst-project.org">Dunst</a>.</p>
<p><a href="https://sw.kovidgoyal.net/kitty">Kitty</a> is my preferred terminal, pretty much exclusively for it’s support for ligatures, image support, and it’s <a href="https://sw.kovidgoyal.net/kitty/kittens/ssh">SSH kitten</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion input/pages/uses/uses.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f039d5d

Please sign in to comment.