ashell: support yaml and toml config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
f62e9a8114
commit
650a38ebe8
11 changed files with 226 additions and 6 deletions
9
tests/modules/programs/ashell/default.nix
Normal file
9
tests/modules/programs/ashell/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
||||
ashell-basic-toml = ./basic-toml-config.nix;
|
||||
ashell-basic-yaml = ./basic-yaml-config.nix;
|
||||
ashell-camelcase-migration = ./camelcase-migration.nix;
|
||||
ashell-empty-settings = ./empty-settings.nix;
|
||||
ashell-systemd-service = ./systemd-service.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue