diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 00:11:58 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 00:11:58 -0400 |
commit | 9a7ddba442ef504daadb742d0648c21819bf0608 (patch) | |
tree | 2f7f0d63df68c04bef1777ac1c93cd354da86eeb /home-config/nix-home-manager/home.nix | |
parent | a01f7ce1b0e79ade2d5871aa29170af2925de542 (diff) |
added hyprland to flakes and added cursor theme
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 12 |
1 files changed, 11 insertions, 1 deletions
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 @@ | |||
1 | { config, pkgs, ... }: | 1 | { config, pkgs, hyprland, 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 |
@@ -46,6 +46,16 @@ | |||
46 | spotify-player | 46 | spotify-player |
47 | hyprpicker | 47 | hyprpicker |
48 | 48 | ||
49 | # Flakes specific things defined in flake.nix | ||
50 | hyprland.packages.${pkgs.system}.default | ||
51 | nixgl.packages.${pkgs.system}.nixGLIntel | ||
52 | |||
53 | # Fonts! | ||
54 | noto-fonts | ||
55 | liberation_ttf | ||
56 | noto-fonts-cjk | ||
57 | noto-fonts-emoji | ||
58 | |||
49 | # # It is sometimes useful to fine-tune packages, for example, by applying | 59 | # # It is sometimes useful to fine-tune packages, for example, by applying |
50 | # # overrides. You can do that directly here, just don't forget the | 60 | # # overrides. You can do that directly here, just don't forget the |
51 | # # parentheses. Maybe you want to install Nerd Fonts with a limited number of | 61 | # # parentheses. Maybe you want to install Nerd Fonts with a limited number of |