about summary refs log tree commit diff
path: root/users/fcuny/desktop/wofi.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 11:30:06 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 11:30:06 -0800
commited169135af3b36742deb0bca304bfb39425dc26d (patch)
tree547d718277c86e7e34ed4e4fd569454be2e47a55 /users/fcuny/desktop/wofi.nix
parenthosts: install linux perf tools for the host (diff)
downloadworld-ed169135af3b36742deb0bca304bfb39425dc26d.tar.gz
sway: first attempt at configuring sway
Let's switch right away to sway instead, now that there's an emacs
package to support wayland.
Diffstat (limited to 'users/fcuny/desktop/wofi.nix')
-rw-r--r--users/fcuny/desktop/wofi.nix5
1 files changed, 5 insertions, 0 deletions
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
+  ];
+}