formatting
This commit is contained in:
parent
885d0df8a4
commit
5ab45aee0e
6 changed files with 11 additions and 11 deletions
|
@ -58,7 +58,9 @@ in {
|
|||
|
||||
programs.brave = {
|
||||
# TODO: enable this on aarch64-linux
|
||||
enable = true && !pkgs.stdenv.targetPlatform.isAarch64;
|
||||
enable =
|
||||
true
|
||||
&& !pkgs.stdenv.targetPlatform.isAarch64;
|
||||
inherit extensions;
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -46,8 +46,7 @@
|
|||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: previous: {
|
||||
})
|
||||
(final: previous: {})
|
||||
];
|
||||
}
|
||||
]
|
||||
|
|
|
@ -93,8 +93,7 @@ in {
|
|||
|
||||
nix.gc = {automatic = true;};
|
||||
|
||||
containers = {
|
||||
};
|
||||
containers = {};
|
||||
|
||||
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.nix {
|
||||
inherit pkgs;
|
||||
|
|
|
@ -121,8 +121,7 @@ in {
|
|||
|
||||
nix.gc = {automatic = true;};
|
||||
|
||||
containers = {
|
||||
};
|
||||
containers = {};
|
||||
|
||||
# sops.secrets.holochain-nomad-agent-ca = {
|
||||
# sopsFile = ../../../../secrets/holochain-infra/nomad.yaml;
|
||||
|
|
|
@ -55,8 +55,7 @@
|
|||
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: previous: {
|
||||
})
|
||||
(final: previous: {})
|
||||
];
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue