From e064c2330f473883ea55c69c34b9ea0f53ab14e9 Mon Sep 17 00:00:00 2001 From: anand Date: Tue, 24 Mar 2026 23:18:34 +0530 Subject: Some swaylock stuff, I dont remember Also added super backspace for toggling floating as the backslash key is dead --- configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index d3606f0..9262dce 100644 --- a/configuration.nix +++ b/configuration.nix @@ -73,7 +73,7 @@ nixpkgs.config.allowUnfree = true; - security.pam.services.swaylock = {}; + security.pam.services.swaylock = { }; services.tailscale.enable = true; services.blueman.enable = true; services.logind.settings.Login = { @@ -186,7 +186,7 @@ programs.virt-manager.enable = true; programs.nix-ld.enable = true; programs.mango.enable = true; - programs.mango.addLoginEntry = true; + # programs.mango.addLoginEntry = true; programs.gnupg.agent = { enable = true; enableSSHSupport = true; -- cgit v1.2.3