waybar changes

This commit is contained in:
Charlie Root 2024-05-26 03:00:51 +02:00
commit fe075d5150
4 changed files with 11 additions and 34 deletions

View file

@ -1,12 +1,10 @@
{
config,
lib,
inputs,
pkgs,
...
}:
with lib; let
username = config.modules.other.system.username;
inherit (config.modules.other.system) username;
cfg = config.modules.programs.steam;
in {
options.modules.programs.steam = {