Format using nixfmt
This commit is contained in:
parent
a33c74c580
commit
b1421c97e1
30 changed files with 184 additions and 265 deletions
lib/nixos/home-manager/modules
|
@ -1,13 +1,9 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
{ lib, pkgs, self, ... }:
|
||||
let
|
||||
inherit (lib) strings;
|
||||
inherit (strings) toInt;
|
||||
|
||||
theme = import "${self}/lib/theme" {inherit pkgs;};
|
||||
theme = import "${self}/lib/theme" { inherit pkgs; };
|
||||
in {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
|
@ -30,7 +26,7 @@ in {
|
|||
glyph_offset.y = 6;
|
||||
};
|
||||
|
||||
shell = {program = "zsh";};
|
||||
shell = { program = "zsh"; };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue