Add formatter & reformat.

This commit is contained in:
2024-09-13 13:38:15 +01:00
parent 20212556e5
commit 457efb9bb6
29 changed files with 363 additions and 205 deletions

View File

@@ -1,10 +1,11 @@
{ pkgs, ... }:
let
packages = import ./packages.nix { inherit pkgs; };
in {
in
{
home = {
inherit packages;
stateVersion = "24.05"; # TODO: unify this with the references in flake.nix:inputs
stateVersion = "24.05"; # TODO: unify this with the references in flake.nix:inputs
sessionVariables = {
MOSH_SERVER_NETWORK_TMOUT = 604800;

View File

@@ -9,4 +9,5 @@ let
vim
zsh
];
in nixTools
in
nixTools