From 3878769f3605ba93497f52c97f5e39e037e0f4f0 Mon Sep 17 00:00:00 2001 From: mrwafflecats Date: Sun, 29 Mar 2026 16:12:21 -0500 Subject: [PATCH] homemanager tofi, eww and actual hypr directory --- home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 21bf6c9..7845ad7 100644 --- a/home.nix +++ b/home.nix @@ -4,7 +4,10 @@ dotfiles = "${config.home.homeDirectory}/.config"; create_symlink = path: config.lib.file.mkOutOfStoreSymlink path; configs = { - hyprland = "hyprland"; + hyprland = "hypr"; + eww = "eww"; + tofi = "tofi"; + }; in