format code
This commit is contained in:
parent
fd2b1c42e8
commit
55af1f0e06
5 changed files with 10 additions and 48 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue