changes en masse, cleanup

This commit is contained in:
Kat Inskip 2022-06-02 17:12:20 +01:00 committed by kat
parent 84351416d6
commit 89e4922c25
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
30 changed files with 304 additions and 581 deletions

View file

@ -57,10 +57,6 @@ in
"listrowsfirst"
]; in
''
${if config.anicca.enabled then ''
HISTFILE=/persist/home/.zsh_history
'' else ''
''}
${if pkgs.stdenv.system != "aarch64-darwin" then ''
eval $(dircolors)
'' else ''

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, inputs, ... }: with lib;
{ tf, config, lib, pkgs, inputs, ... }: with lib;
let
doom-emacs = pkgs.callPackage inputs.nix-doom-emacs {
@ -15,7 +15,7 @@ let
};
};
in
optionalAttrs (builtins.getEnv "CI_PLATFORM" == "impure" && "mew" != "mew") {
optionalAttrs (builtins.getEnv "CI_PLATFORM" == "impure" && builtins.getEnv "TF_IN_AUTOMATION" != "") {
home.packages = [ doom-emacs pkgs.sqlite ];
home.file.".emacs.d/init.el".text = ''

View file

@ -3,5 +3,6 @@
{
home.packages = with pkgs; [
borgbackup
homebank
];
}