From 2c4b2be10b4492fa6d195983d8f8c2b28cde907d Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 26 Sep 2024 22:29:44 -0400 Subject: [PATCH] update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b61b12..3f4d08e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # My Dotfiles ✨ -These are my dotfiles for my laptop (which I use [NixOS](https://nixos.org/) on). I'm still working on porting more configs to [home-manager](https://github.com/nix-community/home-manager). +These are my dotfiles for my laptop and desktop (which I use [NixOS](https://nixos.org/) and [home-manager](https://github.com/nix-community/home-manager) on). ## Structure The `nix` folder contains two sub directories, `etcnixos` and `home-manager`. The former is the contents of `/etc/nixos` (hence the name), whereas the latter is the contents of `~/.config/home-manager`. -`justfile` is the [just](https://github.com/casey/just) script I use for updating my nixOS system and syncing the changes with this repo. +`justfile` is the [just](https://github.com/casey/just) script I use for updating my NixOS system and syncing the changes with this repo. ## What do I use? -Browser: Firefox 🦊 (actually Librewolf :p) +Browser: Firefox 🦊 (actually [Zen Browser](https://github.com/zen-browser/desktop) :p) Text Editor: [helix](https://github.com/helix-editor/helix)