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, 0 insertions, 5 deletions
diff --git a/users/fcuny/desktop/wofi.nix b/users/fcuny/desktop/wofi.nix
deleted file mode 100644
index efdf3fd..0000000
--- a/users/fcuny/desktop/wofi.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ pkgs, config, ... }: {
-  home.packages = with pkgs; [
-    wofi
-  ];
-}