Initial commit
This commit is contained in:
10
modules/features/clipboard.nix
Normal file
10
modules/features/clipboard.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
lux.clipboard.homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.wl-clipboard ];
|
||||
|
||||
services.cliphist.enable = true;
|
||||
services.wl-clip-persist.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user