modules: Add kanshi, sway and mako config
This commit is contained in:
12
modules/programs/mako/default.nix
Normal file
12
modules/programs/mako/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
config
|
||||
, mako
|
||||
}:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ mako ];
|
||||
|
||||
home-manager.users."${config.system.singleUser}".programs.mako = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user