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,
|
#inputs,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -14,8 +13,6 @@
|
||||||
../waybar
|
../waybar
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [swww];
|
|
||||||
|
|
||||||
wayland.windowManager = {
|
wayland.windowManager = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = [pkgs.swww];
|
||||||
|
}
|
Loading…
Reference in a new issue