profiles: wm: remove unused argument
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-11-05 14:14:41 +01:00
parent e428895ba7
commit a602cf4143
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