diff options
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index c572a6f..a886c6a 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, hyprlock, nixgl, ... }: | 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 |
@@ -45,11 +45,15 @@ | |||
45 | gdu | 45 | gdu |
46 | spotify-player | 46 | spotify-player |
47 | hyprpicker | 47 | hyprpicker |
48 | hyprlock | ||
49 | xwayland | ||
50 | xdg-desktop-portal | ||
51 | xdg-desktop-portal-gtk | ||
48 | 52 | ||
49 | # Flakes specific things defined in flake.nix | 53 | # Flakes specific things defined in flake.nix |
50 | hyprland.packages.${pkgs.system}.default | 54 | hyprland.packages.${pkgs.system}.default |
55 | hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland | ||
51 | nixgl.packages.${pkgs.system}.nixGLIntel | 56 | nixgl.packages.${pkgs.system}.nixGLIntel |
52 | hyprlock.packages.${pkgs.system}.default | ||
53 | 57 | ||
54 | # Fonts! | 58 | # Fonts! |
55 | noto-fonts | 59 | noto-fonts |