diff --git a/README.md b/README.md index f73ab42..6632f76 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,18 @@ An initial install will have to be ran as ``nixos-rebuild switch --flake /etc/ni Home-Manager is handled separately, despite being in the same folder. A rebuild of a user's home would have to be done with ``home-manager switch --flake /etc/nixos``. This will pull the config as defined in the flake as ``USER@HOSTNAME``, where USER is the user running the ``home-manager`` command. ### Usage -My config uses these tools: +My config uses these tools: Sway - Window manager / Desktop Foot - Terminal emulator Rofi - App launcher and menu system ZSH - Primary shell -I have made shell aliases in ZSH for rebuilding the system. They are as follows: -`flakedate` - Update the flake.lock, which renews the sources of nixpkgs. This is needed to update the system. -`sysswitch` - Switch the system profile. -`homeswitch` = Switch the user's home-manager profile. -`nixswitch` = Switch to new config for both user and system. -`nixdate` = Same as before, but updating flake.nix before doing so. This is essentially a full system update. +I have made shell aliases in ZSH for rebuilding the system. They are as follows: +`flakedate` - Update the flake.lock, which renews the sources of nixpkgs. This is needed to update the system. +`sysswitch` - Switch the system profile. +`homeswitch` = Switch the user's home-manager profile. +`nixswitch` = Switch to new config for both user and system. +`nixdate` = Same as before, but updating flake.nix before doing so. This is essentially a full system update. My config heavily references a gnupg-protected secrets file. These will have to be adapted and rewritten if anyone is to use my config for themselves. For my use, unlocking secrets can be done with this command: