diff options
| author | anand <anand.panchdhari@gmail.com> | 2026-03-24 23:18:34 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2026-03-24 23:18:34 +0530 |
| commit | e064c2330f473883ea55c69c34b9ea0f53ab14e9 (patch) | |
| tree | 48282d221ee951cc43b684bd14203618d1badd45 /configuration.nix | |
| parent | 6c6eaccb86c882059b8c74bbf5840370b10f2886 (diff) | |
Some swaylock stuff, I dont remember
Also added super backspace for toggling floating as the backslash key is
dead
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
