sync system clipboard

This commit is contained in:
2025-04-20 21:10:15 -04:00
parent cf0fa75058
commit b632c0c3af
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
{ config, lib, namespace, ... }:
{ config, pkgs, lib, namespace, ... }:
let
inherit (lib) mkIf;
@@ -17,6 +17,10 @@ in
};
};
environment.systemPackages = with pkgs; [
wl-clipboard
];
reichard = {
display-managers = {
sddm = {