alacritty: add testbed
This commit is contained in:
parent
146d92a210
commit
2ce89d2821
1 changed files with 18 additions and 0 deletions
18
modules/alacritty/testbed.nix
Normal file
18
modules/alacritty/testbed.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let package = pkgs.alacritty;
|
||||
|
||||
in {
|
||||
stylix.testbed.application = {
|
||||
enable = true;
|
||||
name = "Alacritty";
|
||||
inherit package;
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [{
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
inherit package;
|
||||
};
|
||||
}];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue