profiles: wm: remove unused argument

This commit is contained in:
Bruno BELANYI 2021-11-05 14:14:41 +01:00
parent cf37d3172a
commit cbae0ef1da
1 changed files with 1 additions and 1 deletions

View File

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