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/nix-home-manager | |
| parent | ca201bd9f1ce2bc1e6b5eb5107bf3ffc764417b4 (diff) | |
Changed things, i dunno
Diffstat (limited to 'home-config/nix-home-manager')
| -rw-r--r-- | home-config/nix-home-manager/home.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; [ |
