1
0
Fork 0

Add communications mode and aliases

This commit is contained in:
Malte Brandy 2020-05-13 14:34:10 +02:00
parent 09c644c4b4
commit d9ee29835c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
4 changed files with 16 additions and 8 deletions

View file

@ -73,6 +73,13 @@ let
home/laptop.nix home/laptop.nix
]); ]);
in { in {
communication = apolloConfig [
home/mail.nix
home/update_tasks.nix
home/chat.nix
(setStartpage "https://cloud.maralorn.de/apps/calendar")
(makeBlock [ ])
];
orga = apolloConfig [ orga = apolloConfig [
home/accounting.nix home/accounting.nix
home/mail.nix home/mail.nix
@ -113,9 +120,7 @@ in {
home/headless-mpd.nix home/headless-mpd.nix
home/mail.nix home/mail.nix
]; ];
} // lib.listToAttrs (lib.mapAttrsToList (name: config: } // lib.listToAttrs (lib.mapAttrsToList (name: config: {
{ name = "apollo-${name}";
name = "apollo-${name}"; value = config;
value = config; }) apollo)
}
) apollo)

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit (pkgs) signal-desktop tdesktop dino mumble riot-desktop; inherit (pkgs) signal-desktop tdesktop dino riot-desktop;
weechat = pkgs.writeShellScriptBin "weechat" '' weechat = pkgs.writeShellScriptBin "weechat" ''
ssh -t hera "tmux -L weechat attach" ssh -t hera "tmux -L weechat attach"
''; '';

View file

@ -40,7 +40,7 @@ in {
# web # web
chromium chromium
upower speedtest-cli acpi mumble upower speedtest-cli acpi
anki anki

View file

@ -25,6 +25,9 @@ precmd() {
fi fi
} }
alias v=vim
alias cat=bat
alias ide='vim +":CocCommand explorer"'
alias accounting='hledger -f ~/git/buchhaltung/buchhaltung.ledger ui -- --watch --theme=terminal -T -E' alias accounting='hledger -f ~/git/buchhaltung/buchhaltung.ledger ui -- --watch --theme=terminal -T -E'
alias o=xdg-open alias o=xdg-open
alias c=cdr alias c=cdr