summaryrefslogtreecommitdiff
path: root/home-config/nix-home-manager/home.nix
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 20:53:35 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-19 20:53:35 -0400
commitbde398cb8c3dd49ec9d726ef9bef8e6c99766c46 (patch)
tree34fa1713a0ddbbb661e39f5225d197f962125698 /home-config/nix-home-manager/home.nix
parent260a2e3d681bea7a71596a8db244a3bc9d096bbc (diff)
got portals working again for screensharing
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r--home-config/nix-home-manager/home.nix8
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