From 82ea5a98a795089f5415fed2ee2fb349895c21c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 17 Jan 2023 15:27:51 +0100 Subject: [PATCH] fix: wrong comment --- hosts/neodymium/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index b3fbb22..c0a0560 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -288,7 +288,6 @@ in { programs.exa = { enable = true; }; programs.zsh.shellAliases = { l = "exa -l -h -g --icons --git --time-style=long-iso"; - ls = "exa -l -h -g --icons --git --time-style=long-iso --grid"; ll = "exa -l -h -g --icons --grid --git --time-style=long-iso -a"; }; @@ -627,7 +626,7 @@ in { # enable polkit security.polkit.enable = true; - # enable xdg autostart + # allow swaylock to use pam security.pam.services.swaylock = { }; # enable unfree