Add dwmblocks
All checks were successful
/ check (push) Successful in 2m28s

This commit is contained in:
Oliver Davies 2025-08-05 00:12:50 +01:00
parent d811cf26f5
commit 0beeb10fb0
5 changed files with 6 additions and 15 deletions

View file

@ -1,8 +0,0 @@
{
flake.modules.nixos.pc.services.dwm-status.settings.order = [
"audio"
"battery"
"network"
"time"
];
}

View file

@ -1,3 +0,0 @@
{
flake.modules.nixos.pc.systemd.user.services.dwm-status.serviceConfig.Restart = "on-failure";
}

View file

@ -1,7 +1,7 @@
systemctl --user import-environment DISPLAY
poweralertd -s &
set-background &
systemctl --user start dwm-status &
dwmblocks &
gammastep &
sxhkd &

View file

@ -0,0 +1,5 @@
{
flake.modules.homeManager.gui = { pkgs, ... }: {
home.packages = [ pkgs.dwmblocks ];
};
}

View file

@ -1,3 +0,0 @@
{
flake.modules.nixos.pc.services.dwm-status.enable = true;
}