summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager/home.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:17:40 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 00:17:40 -0400
commit260a2e3d681bea7a71596a8db244a3bc9d096bbc (patch)
tree82c2ad4b02da1a8f61226fcf30301645d0024bf8 /home-config/nix-home-manager/home.nix
parentcc6e0d95e5c812ee9dbc391cb1128076013c27ea (diff)
Added hyprlock
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r--home-config/nix-home-manager/home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix
index 92e9082..c572a6f 100644
--- a/home-config/nix-home-manager/home.nix
+++ b/home-config/nix-home-manager/home.nix
@@ -1,4 +1,4 @@
1{ config, pkgs, hyprland, nixgl, ... }: 1{ config, pkgs, hyprland, hyprlock, nixgl, ... }:
2 2
3{ 3{
4 # Home Manager needs a bit of information about you and the paths it should 4 # Home Manager needs a bit of information about you and the paths it should
@@ -49,6 +49,7 @@
49 # Flakes specific things defined in flake.nix 49 # Flakes specific things defined in flake.nix
50 hyprland.packages.${pkgs.system}.default 50 hyprland.packages.${pkgs.system}.default
51 nixgl.packages.${pkgs.system}.nixGLIntel 51 nixgl.packages.${pkgs.system}.nixGLIntel
52 hyprlock.packages.${pkgs.system}.default
52 53
53 # Fonts! 54 # Fonts!
54 noto-fonts 55 noto-fonts