From c3e1e8d1b98b0148b322e75400cd960706cda4db Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 8 Dec 2025 11:23:16 -0500 Subject: [PATCH] mreow: removed commented out config --- system/system-mreow.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/system-mreow.nix b/system/system-mreow.nix index 7dc406d..ecfc6ad 100644 --- a/system/system-mreow.nix +++ b/system/system-mreow.nix @@ -24,10 +24,6 @@ # if I move to another lock screen program, i will have to replace `swaylock` security.pam.services.swaylock = { }; - # disable framework kernel module - # https://github.com/NixOS/nixos-hardware/issues/1330 - # hardware.framework.enableKmod = false; - # Greetd display manager services.greetd = { enable = true;