modules: Add kanshi, sway and mako config

This commit is contained in:
2021-08-30 19:42:45 +02:00
parent 2e19c185f6
commit 488dd977d1
3 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
config
, mako
}:
{
environment.systemPackages = [ mako ];
home-manager.users."${config.system.singleUser}".programs.mako = {
enable = true;
};
}