profiles/gui: Migrated things into private, home nixdirfmt

This commit is contained in:
kat witch 2021-04-28 04:22:16 +01:00
parent c289a9b725
commit 36bf7e247e
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 3 additions and 21 deletions

View file

@ -14,10 +14,6 @@
primary = true;
realName = "kat witch";
userName = "kat@kittywit.ch";
passwordCommand = ''
${pkgs.arc.pkgs.rbw-bitw}/bin/bitw -p gpg://${
../../../private/files/bitw/master.gpg
} get "email/kittywitch"'';
msmtp.enable = true;
mbsync.enable = true;
mbsync.create = "maildir";

View file

@ -1,15 +1,9 @@
{ config, lib, pkgs, ... }:
let
bitw = pkgs.writeShellScriptBin "bitw" ''
${pkgs.arc.pkgs.rbw-bitw}/bin/bitw -p gpg://${
../../../private/files/bitw/master.gpg
} "$@"'';
in {
{
home.packages = with pkgs; [
_1password
bitwarden
bitw
wire-desktop
element-desktop
wf-recorder

View file

@ -57,15 +57,6 @@
plugins.var.python.title.title_suffix = " ]";
plugins.var.python.notify_send.icon = "";
plugins.var.python.go.short_name = true;
sec = {
crypt = {
passphrase_command = ''
${pkgs.rbw-bitw}/bin/bitw -p gpg://${
../../../private/files/bitw/master.gpg
} get "comms/weechat"'';
hash_algo = "sha512";
};
};
irc = {
look = { server_buffer = "independent"; };
server = {