pkgs: hyprland to flakes

This commit is contained in:
2024-11-18 22:00:27 +03:00
parent 5c04f7522d
commit 734a4fc44c
10 changed files with 436 additions and 69 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
{ pkgs, lib, config, collection, swww_flags }: {
{ pkgs, lib, config, collection, swww_flags, inputs }: {
home.packages = with pkgs; [
swww
kitty
@@ -72,8 +72,9 @@
in {
enable = true;
xwayland.enable = true;
plugins = with pkgs.hyprlandPlugins; [
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
hyprbars
];