diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 21:55:55 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 21:57:53 -0400 |
commit | 9f740aa87254a6449f5b6c49b10a0598c70733cf (patch) | |
tree | 80174cc11d5189825c67474ce127ea3024513c57 /home-config/nix-home-manager/home.nix | |
parent | bde398cb8c3dd49ec9d726ef9bef8e6c99766c46 (diff) |
Re-arranged some packages to allow mpv and imv to work again
Forgot home-config
Diffstat (limited to 'home-config/nix-home-manager/home.nix')
-rw-r--r-- | home-config/nix-home-manager/home.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index a886c6a..e7ec0f5 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix | |||
@@ -49,6 +49,10 @@ | |||
49 | xwayland | 49 | xwayland |
50 | xdg-desktop-portal | 50 | xdg-desktop-portal |
51 | xdg-desktop-portal-gtk | 51 | xdg-desktop-portal-gtk |
52 | mpv | ||
53 | imv | ||
54 | libva | ||
55 | libvdpau | ||
52 | 56 | ||
53 | # Flakes specific things defined in flake.nix | 57 | # Flakes specific things defined in flake.nix |
54 | hyprland.packages.${pkgs.system}.default | 58 | hyprland.packages.${pkgs.system}.default |
@@ -58,7 +62,7 @@ | |||
58 | # Fonts! | 62 | # Fonts! |
59 | noto-fonts | 63 | noto-fonts |
60 | liberation_ttf | 64 | liberation_ttf |
61 | noto-fonts-cjk | 65 | noto-fonts-cjk-sans |
62 | noto-fonts-emoji | 66 | noto-fonts-emoji |
63 | 67 | ||
64 | # # It is sometimes useful to fine-tune packages, for example, by applying | 68 | # # It is sometimes useful to fine-tune packages, for example, by applying |