Remove some typos / useless comments
This commit is contained in:
parent
0efb8c346b
commit
0e9d6da8ae
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue