mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
k9s: fix typos in configuration file names
This commit is contained in:
parent
630a0992b3
commit
76a1650c45
2 changed files with 8 additions and 8 deletions
|
|
@ -89,17 +89,17 @@
|
|||
assertFileContent \
|
||||
home-files/.config/k9s/skins/alt-skin.yaml \
|
||||
${./example-skin-expected-alt.yaml}
|
||||
assertFileExists home-files/.config/k9s/hotkey.yaml
|
||||
assertFileExists home-files/.config/k9s/hotkeys.yaml
|
||||
assertFileContent \
|
||||
home-files/.config/k9s/hotkey.yaml \
|
||||
home-files/.config/k9s/hotkeys.yaml \
|
||||
${./example-hotkey-expected.yaml}
|
||||
assertFileExists home-files/.config/k9s/aliases.yaml
|
||||
assertFileContent \
|
||||
home-files/.config/k9s/aliases.yaml \
|
||||
${./example-aliases-expected.yaml}
|
||||
assertFileExists home-files/.config/k9s/plugin.yaml
|
||||
assertFileExists home-files/.config/k9s/plugins.yaml
|
||||
assertFileContent \
|
||||
home-files/.config/k9s/plugin.yaml \
|
||||
home-files/.config/k9s/plugins.yaml \
|
||||
${./example-plugin-expected.yaml}
|
||||
assertFileExists home-files/.config/k9s/views.yaml
|
||||
assertFileContent \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue