formatting

This commit is contained in:
steveej 2024-02-08 20:59:31 +01:00
parent 885d0df8a4
commit 5ab45aee0e
6 changed files with 11 additions and 11 deletions

View file

@ -50,11 +50,13 @@ in {
};
home-manager.users.justyna =
lib.attrsets.recursiveUpdate (homeEnv {
lib.attrsets.recursiveUpdate
(homeEnv {
layout = "de";
options = [];
variant = "";
}) {
})
{
services.syncthing.enable = true;
services.syncthing.tray = true;

View file

@ -46,8 +46,7 @@
{
nixpkgs.overlays = [
(final: previous: {
})
(final: previous: {})
];
}
]

View file

@ -93,8 +93,7 @@ in {
nix.gc = {automatic = true;};
containers = {
};
containers = {};
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.nix {
inherit pkgs;

View file

@ -121,8 +121,7 @@ in {
nix.gc = {automatic = true;};
containers = {
};
containers = {};
# sops.secrets.holochain-nomad-agent-ca = {
# sopsFile = ../../../../secrets/holochain-infra/nomad.yaml;

View file

@ -55,8 +55,7 @@
{
nixpkgs.overlays = [
(final: previous: {
})
(final: previous: {})
];
}
]