home: hyprland: fix missing swww
This commit is contained in:
parent
d252e6f3d4
commit
455cfb9b89
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
#inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
|
@ -14,8 +13,6 @@
|
|||
../waybar
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [swww];
|
||||
|
||||
wayland.windowManager = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [pkgs.swww];
|
||||
}
|
Loading…
Reference in a new issue