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

@ -58,7 +58,9 @@ in {
programs.brave = { programs.brave = {
# TODO: enable this on aarch64-linux # TODO: enable this on aarch64-linux
enable = true && !pkgs.stdenv.targetPlatform.isAarch64; enable =
true
&& !pkgs.stdenv.targetPlatform.isAarch64;
inherit extensions; inherit extensions;
}; };

View file

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

View file

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

View file

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

View file

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

View file

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