diff options
| author | Henry J. Webster <hwebs@hwebs.info> | 2026-08-03 12:59:24 -0500 |
|---|---|---|
| committer | Henry J. Webster <hwebs@hwebs.info> | 2026-08-03 13:01:21 -0500 |
| commit | 9ca21e94b8ade285e749d54441c7d9115da5b522 (patch) | |
| tree | a6c56686347b6d1e9ad1ebd5b44529c866200c97 /machines/kusanagi | |
| parent | cf5470e00e559b91c9905eff22c4def6ba52baa0 (diff) | |
migration away from x-clip
- replace x-clip with wl-clipboard for wayland machines
- add TODOs I noticed while editing
Assisted-by: Claude Code:claude-opus-4-8
Diffstat (limited to 'machines/kusanagi')
| -rw-r--r-- | machines/kusanagi/default.nix | 2 | ||||
| -rw-r--r-- | machines/kusanagi/desktop.nix | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/machines/kusanagi/default.nix b/machines/kusanagi/default.nix index 7bf1798..5e6dc1e 100644 --- a/machines/kusanagi/default.nix +++ b/machines/kusanagi/default.nix @@ -270,7 +270,7 @@ btop ripgrep unzip - xclip + wl-clipboard bc psmisc usbutils diff --git a/machines/kusanagi/desktop.nix b/machines/kusanagi/desktop.nix index 88fe9a9..c865844 100644 --- a/machines/kusanagi/desktop.nix +++ b/machines/kusanagi/desktop.nix @@ -112,9 +112,11 @@ # --- Desktop tools specific to kusanagi (shared ones come from the profile) --- environment.systemPackages = with pkgs; [ waybar - networkmanagerapplet + networkmanagerapplet # TODO: remove and combine network admin between machines + xwayland-satellite # run X11 apps under niri # GNOME apps we use standalone (no GNOME session; see gvfs note above). + # TODO: replace GNOME apps nautilus # file manager loupe # image viewer ]; |
