This commit is contained in:
2026-06-10 19:34:36 +02:00
parent 5c4164ac11
commit bb427145df
14 changed files with 166 additions and 138 deletions
+9
View File
@@ -0,0 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
seahorse
wayland-utils
wl-clipboard
];
}