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 12:03:41 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 12:03:41 -0800
commiteebd938fa14164f6f9412e2f61f733a43894dda5 (patch)
tree772f7785a068a3de783b564e46d31934f53e7b02 /users/fcuny/desktop/wofi.nix
parentcli: this is not working (diff)
downloadworld-eebd938fa14164f6f9412e2f61f733a43894dda5.tar.gz
sway: adjust configuration
Create a new directory to have all things related to sway.

Add some extra configuration for wofi.
Diffstat (limited to '')
-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
-  ];
-}