profiles: wm: remove unused argument
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-11-05 14:14:41 +01:00
parent e428895ba7
commit a602cf4143

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ config, lib, ... }:
let
cfg = config.my.profiles.wm;
in