diff options
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 3 |
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 |