about summary refs log tree commit diff
path: root/users/fcuny/desktop/wofi.nix
diff options
context:
space:
mode:
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
+  ];
+}