From ed169135af3b36742deb0bca304bfb39425dc26d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Feb 2022 11:30:06 -0800 Subject: sway: first attempt at configuring sway Let's switch right away to sway instead, now that there's an emacs package to support wayland. --- users/fcuny/desktop/wofi.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 users/fcuny/desktop/wofi.nix (limited to 'users/fcuny/desktop/wofi.nix') diff --git a/users/fcuny/desktop/wofi.nix b/users/fcuny/desktop/wofi.nix new file mode 100644 index 0000000..efdf3fd --- /dev/null +++ b/users/fcuny/desktop/wofi.nix @@ -0,0 +1,5 @@ +{ pkgs, config, ... }: { + home.packages = with pkgs; [ + wofi + ]; +} -- cgit 1.4.1