summaryrefslogtreecommitdiff
path: root/modules/apps/wofi
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-27 16:39:14 -0400
commit2e4c4298cf84f94d68387e8076fd430e9968ce6c (patch)
tree2a43fa6d4659fe2585c75aeec3ee4d5e0a42de2e /modules/apps/wofi
parentfmt (diff)
downloaddotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.gz
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.tar.bz2
dotfiles-nix-2e4c4298cf84f94d68387e8076fd430e9968ce6c.zip
refactor
Diffstat (limited to '')
-rw-r--r--modules/apps/wofi/default.nix (renamed from modules/desktop/wofi/default.nix)2
-rw-r--r--modules/apps/wofi/style.nix (renamed from modules/desktop/wofi/style.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/desktop/wofi/default.nix b/modules/apps/wofi/default.nix
index aa04495..6036dd1 100644
--- a/modules/desktop/wofi/default.nix
+++ b/modules/apps/wofi/default.nix
@@ -4,7 +4,7 @@
...
}: let
inherit (lib) mkIf;
- cfg = config.desktop;
+ cfg = config.apps;
in {
config = mkIf cfg.wofi {
default.appLauncher = lib.mkDefault "wofi --show drun --prompt 'Seach Programs'";
diff --git a/modules/desktop/wofi/style.nix b/modules/apps/wofi/style.nix
index 75a0a21..75a0a21 100644
--- a/modules/desktop/wofi/style.nix
+++ b/modules/apps/wofi/style.nix