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