This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ lib, pkgs, config, ... }: {
|
||||
config = lib.mkIf (config.homecfg.wm == "Wayland") {
|
||||
config = lib.mkIf (config.usercfg.wm == "Wayland") {
|
||||
|
||||
home.packages = with pkgs; [ swayidle swaylock-effects ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user