refactor: restructure config files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
flake.modules.homeManager.clipboard =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.wl-clipboard ];
|
||||
|
||||
services.cliphist.enable = true;
|
||||
services.wl-clip-persist.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user