diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-11 16:54:40 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-11 16:54:40 -0400 |
| commit | a01f7ce1b0e79ade2d5871aa29170af2925de542 (patch) | |
| tree | f40f194f4a79b4cfbae5c1bad13570fd35bed2ab /home-config | |
| parent | ca201bd9f1ce2bc1e6b5eb5107bf3ffc764417b4 (diff) | |
Changed things, i dunno
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; [ |
