format code

This commit is contained in:
pazpi 2024-08-27 11:23:24 +02:00
parent fd2b1c42e8
commit 55af1f0e06
5 changed files with 10 additions and 48 deletions

View file

@ -52,11 +52,7 @@ in
shell = pkgs.zsh;
uid = 1000;
packages =
with pkgs;
lib.mkIf cfg.flatpak [
flatpak
];
packages = with pkgs; lib.mkIf cfg.flatpak [ flatpak ];
};
console.keyMap = "it";