diff options
Diffstat (limited to 'home-config')
-rw-r--r-- | home-config/foot/foot.ini | 3 | ||||
-rw-r--r-- | home-config/nix-home-manager/home.nix | 2 |
2 files changed, 4 insertions, 1 deletions
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 @@ | |||
1 | font=Lilex Nerd Font Mono:size=14,FiraCode Nerd Font Mono:size=14 | 1 | font=Lilex Nerd Font Mono:size=14,FiraCode Nerd Font Mono:size=14 |
2 | 2 | ||
3 | notify=notify-send -a ${app-id} -i ${app-id} ${title} ${body} | 3 | [desktop-notifications] |
4 | command=notify-send -a ${app-id} -i ${app-id} ${title} ${body} | ||
4 | 5 | ||
5 | [colors] | 6 | [colors] |
6 | alpha=0.75 | 7 | 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 @@ | |||
21 | #targets.genericLinux.enable = true; | 21 | #targets.genericLinux.enable = true; |
22 | fonts.fontconfig.enable = true; | 22 | fonts.fontconfig.enable = true; |
23 | 23 | ||
24 | # wayland.windowManager.hyprland.enable = true; | ||
25 | |||
24 | # The home.packages option allows you to install Nix packages into your | 26 | # The home.packages option allows you to install Nix packages into your |
25 | # environment. | 27 | # environment. |
26 | home.packages = with pkgs; [ | 28 | home.packages = with pkgs; [ |