Add formatter & reformat.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user