Skip to content

Commit

Permalink
twmn: add module
Browse files Browse the repository at this point in the history
This module allows to configure and start the twmn daemon.
  • Loading branch information
Morgane Austreelis authored and rycee committed Feb 4, 2022
1 parent 11c0e5d commit 63dccc4
Show file tree
Hide file tree
Showing 9 changed files with 483 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@
/modules/services/trayer.nix @AndreasMager
/tests/modules/services/trayer @AndreasMager

/modules/services/twmn.nix @Austreelis
/tests/modules/services/twmn @Austreelis

/modules/services/udiskie.nix @rycee

/modules/services/unison.nix @pacien
Expand Down
6 changes: 6 additions & 0 deletions modules/lib/maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
github = "amesgen";
githubId = 15369874;
};
austreelis = {
email = "github@accounts.austreelis.net";
github = "Austreelis";
githubId = 56743515;
name = "Morgane Austreelis";
};
CarlosLoboxyz = {
name = "Carlos Lobo";
email = "86011416+CarlosLoboxyz@users.noreply.github.com";
Expand Down
8 changes: 8 additions & 0 deletions modules/misc/news.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2395,6 +2395,14 @@ in
A new module is available: 'programs.kodi'.
'';
}

{
time = "2022-02-03T23:23:49+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'services.twmn'.
'';
}
];
};
}
1 change: 1 addition & 0 deletions modules/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ let
./services/tahoe-lafs.nix
./services/taskwarrior-sync.nix
./services/trayer.nix
./services/twmn.nix
./services/udiskie.nix
./services/unclutter.nix
./services/unison.nix
Expand Down
Loading

0 comments on commit 63dccc4

Please sign in to comment.