abaddon: add module
This commit is contained in:
parent
b5698ed57d
commit
acaf3971c1
4 changed files with 100 additions and 0 deletions
26
tests/modules/programs/abaddon/example-config.nix
Normal file
26
tests/modules/programs/abaddon/example-config.nix
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
programs.abaddon = {
|
||||
enable = true;
|
||||
settings = {
|
||||
windows.hideconsole = true;
|
||||
notifications.enabled = false;
|
||||
discord = {
|
||||
token = "MZ1yGvKTjE0rY0cV8i47CjAa.uRHQPq.Xb1Mk2nEhe-4iUcrGOuegj57zMC";
|
||||
autoconnect = true;
|
||||
};
|
||||
|
||||
gui = {
|
||||
stock_emojis = false;
|
||||
animations = false;
|
||||
alt_menu = true;
|
||||
hide_to_tray = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
assertFileExists home-files/.config/abaddon/abaddon.ini
|
||||
assertFileContent home-files/.config/abaddon/abaddon.ini \
|
||||
${./abaddon.ini}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue