1
Fork 0

Remove some typos / useless comments

This commit is contained in:
prescientmoon 2024-02-27 10:44:24 +01:00
parent 0efb8c346b
commit 0e9d6da8ae
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 1 additions and 4 deletions

View file

@ -11,7 +11,7 @@ creation_rules:
- *prescientmoon - *prescientmoon
- *tethys - *tethys
- *lapetus - *lapetus
- path_regex: hosts/nixos/common/optional/services/acme/s?ecrets.yaml - path_regex: hosts/nixos/common/optional/services/acme/secrets.yaml
key_groups: key_groups:
- age: - age:
- *prescientmoon - *prescientmoon

View file

@ -12,10 +12,8 @@
./fish ./fish
]; ];
# Enable bash
programs.bash.enable = true; programs.bash.enable = true;
# Install clis
home.packages = with pkgs; [ home.packages = with pkgs; [
# {{{ System information # {{{ System information
acpi # Battery stats acpi # Battery stats
@ -42,7 +40,6 @@
# }}} # }}}
]; ];
# Set up common aliases
home.shellAliases = { home.shellAliases = {
# {{{ Storage # {{{ Storage
# -h = humans readable units # -h = humans readable units