Remove some typos / useless comments
This commit is contained in:
parent
0efb8c346b
commit
0e9d6da8ae
|
@ -11,7 +11,7 @@ creation_rules:
|
|||
- *prescientmoon
|
||||
- *tethys
|
||||
- *lapetus
|
||||
- path_regex: hosts/nixos/common/optional/services/acme/s?ecrets.yaml
|
||||
- path_regex: hosts/nixos/common/optional/services/acme/secrets.yaml
|
||||
key_groups:
|
||||
- age:
|
||||
- *prescientmoon
|
||||
|
|
|
@ -12,10 +12,8 @@
|
|||
./fish
|
||||
];
|
||||
|
||||
# Enable bash
|
||||
programs.bash.enable = true;
|
||||
|
||||
# Install clis
|
||||
home.packages = with pkgs; [
|
||||
# {{{ System information
|
||||
acpi # Battery stats
|
||||
|
@ -42,7 +40,6 @@
|
|||
# }}}
|
||||
];
|
||||
|
||||
# Set up common aliases
|
||||
home.shellAliases = {
|
||||
# {{{ Storage
|
||||
# -h = humans readable units
|
||||
|
|
Loading…
Reference in a new issue