swaybg init

This commit is contained in:
twoneis 2024-03-21 03:47:58 +01:00
parent 5253cd1e40
commit 70c46f822c
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ lib, osConfig, pkgs, ... }: lib.mkIf (osConfig.withNiri) {
home.packages = with pkgs; [
polkit_gnome
swaybg
];
programs.fuzzel= {