From 9a7ddba442ef504daadb742d0648c21819bf0608 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Sat, 19 Oct 2024 00:11:58 -0400 Subject: added hyprland to flakes and added cursor theme --- home-config/nix-home-manager/home.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'home-config/nix-home-manager/home.nix') diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index ecf63d9..92e9082 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ config, pkgs, hyprland, nixgl, ... }: { # Home Manager needs a bit of information about you and the paths it should @@ -46,6 +46,16 @@ spotify-player hyprpicker + # Flakes specific things defined in flake.nix + hyprland.packages.${pkgs.system}.default + nixgl.packages.${pkgs.system}.nixGLIntel + + # Fonts! + noto-fonts + liberation_ttf + noto-fonts-cjk + noto-fonts-emoji + # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of -- cgit v1.2.3