From a01f7ce1b0e79ade2d5871aa29170af2925de542 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 11 Oct 2024 16:54:40 -0400 Subject: Changed things, i dunno --- home-config/foot/foot.ini | 3 ++- home-config/nix-home-manager/home.nix | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'home-config') diff --git a/home-config/foot/foot.ini b/home-config/foot/foot.ini index 8f329a6..36b82c8 100644 --- a/home-config/foot/foot.ini +++ b/home-config/foot/foot.ini @@ -1,6 +1,7 @@ font=Lilex Nerd Font Mono:size=14,FiraCode Nerd Font Mono:size=14 -notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} +[desktop-notifications] +command=notify-send -a ${app-id} -i ${app-id} ${title} ${body} [colors] alpha=0.75 diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index 9d712dc..ecf63d9 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -21,6 +21,8 @@ #targets.genericLinux.enable = true; fonts.fontconfig.enable = true; + # wayland.windowManager.hyprland.enable = true; + # The home.packages option allows you to install Nix packages into your # environment. home.packages = with pkgs; [ -- cgit v1.2.3