mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
himalaya: improv
This commit is contained in:
parent
3135ebc4f8
commit
b23632ffd3
2 changed files with 4 additions and 2 deletions
|
|
@ -15,7 +15,9 @@ in
|
|||
{
|
||||
home.shellAliases = {
|
||||
H = "himalaya";
|
||||
Hr = "himalaya message read";
|
||||
Hd = "himalaya message delete";
|
||||
Hs = "himalaya account sync";
|
||||
};
|
||||
|
||||
programs.himalaya = {
|
||||
|
|
@ -32,7 +34,7 @@ in
|
|||
passwordCommand = "op read op://Personal/iCloud-Apple/himalaya";
|
||||
himalaya = {
|
||||
enable = true;
|
||||
# Disabled because of https://todo.sr.ht/~soywod/pimalaya/213
|
||||
# Don't forget to run `himalaya account sync` first!
|
||||
settings.sync = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
flake = {
|
||||
darwinModules = {
|
||||
my-home = {
|
||||
home-manager.users.${config.people.myself} = { pkgs, ... }: {
|
||||
home-manager.users.${config.people.myself} = {
|
||||
imports = [
|
||||
self.homeModules.common-darwin
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue