swaybg init
This commit is contained in:
parent
5253cd1e40
commit
70c46f822c
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{ lib, osConfig, pkgs, ... }: lib.mkIf (osConfig.withNiri) {
|
{ lib, osConfig, pkgs, ... }: lib.mkIf (osConfig.withNiri) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
|
swaybg
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.fuzzel= {
|
programs.fuzzel= {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, ... }: lib.mkIf (config.withNiri) {
|
{ lib, config, pkgs, ... }: lib.mkIf (config.withNiri) {
|
||||||
programs.niri.enable = true;
|
programs.niri.enable = true;
|
||||||
home-manager.users.twoneis = {
|
home-manager.users.twoneis = {
|
||||||
programs.niri = {
|
programs.niri = {
|
||||||
|
@ -74,6 +74,7 @@
|
||||||
|
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{ command = ["waybar"]; }
|
{ command = ["waybar"]; }
|
||||||
|
{ command = ["swaybg" "-i" "${../../../wallpaper/wallpaper.png}"]; }
|
||||||
];
|
];
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue