chore: nix fmt

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-01-12 14:24:24 +01:00
parent 8ab6f726bd
commit d7770bfb0c
4 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
alacritty
alacritty
(pkgs.nerdfonts.override { fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ]; })
];
};

View file

@ -19,7 +19,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
git-delete-merged-branches
git-delete-merged-branches
];
programs.git = {
enable = true;

View file

@ -10,9 +10,9 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
home.packages = with pkgs; [
mosh
];
];
programs.ssh = {
enable = true;
extraConfig = ''

View file

@ -117,8 +117,8 @@ with lib.plusultra;
# started in user sessions.
# programs.mtr.enable = true;
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;
enable = true;
enableSSHSupport = true;
};
# List services that you want to enable: