Compare commits
No commits in common. "389c2a8b4b7ccee52546514ef6e14104f9f893cd" and "bfa34dc9896dde041ec16fe9d4f9512ad32fdb54" have entirely different histories.
389c2a8b4b
...
bfa34dc989
5 changed files with 6 additions and 25 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
./services/screen-locker
|
./services/screen-locker
|
||||||
./services/blueman-applet
|
./services/blueman-applet
|
||||||
./services/syncthing
|
./services/syncthing
|
||||||
./services/git-sync
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@
|
||||||
:desc "Capture" "X" #'org-gtd-capture
|
:desc "Capture" "X" #'org-gtd-capture
|
||||||
(:prefix ("d" . "org-gtd")
|
(:prefix ("d" . "org-gtd")
|
||||||
:desc "Capture" "c" #'org-gtd-capture
|
:desc "Capture" "c" #'org-gtd-capture
|
||||||
:desc "Engage" "e" #'org-gtd-engage
|
:desc "Engage" "e" #'org-gtd-engage-grouped-by-context
|
||||||
:desc "Process inbox" "p" #'org-gtd-process-inbox
|
:desc "Process inbox" "p" #'org-gtd-process-inbox
|
||||||
:desc "Show all next" "n" #'org-gtd-show-all-next
|
:desc "Show all next" "n" #'org-gtd-show-all-next
|
||||||
(:prefix ("r" . "Review")
|
(:prefix ("r" . "Review")
|
||||||
|
|
@ -172,7 +172,7 @@
|
||||||
:desc "Organize this item" "C-c C-c" #'org-gtd-organize)
|
:desc "Organize this item" "C-c C-c" #'org-gtd-organize)
|
||||||
:bind
|
:bind
|
||||||
(("C-c d c" . #'org-gtd-capture)
|
(("C-c d c" . #'org-gtd-capture)
|
||||||
("C-c d e" . #'org-gtd-engage)
|
("C-c d e" . #'org-gtd-engage-grouped-by-context)
|
||||||
("C-c d p" . #'org-gtd-process-inbox)
|
("C-c d p" . #'org-gtd-process-inbox)
|
||||||
("C-c d n" . #'org-gtd-show-all-next)
|
("C-c d n" . #'org-gtd-show-all-next)
|
||||||
("C-c d r p" . #'org-gtd-review-stuck-projects))
|
("C-c d r p" . #'org-gtd-review-stuck-projects))
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{ config, lib, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
config.services.git-sync = {
|
|
||||||
enable = true;
|
|
||||||
repositories = {
|
|
||||||
"org" = {
|
|
||||||
path = "${config.home.homeDirectory}/org";
|
|
||||||
uri = "git+ssh://gitea@git.failco.de:jakalx/org.git";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -100,10 +100,9 @@ in {
|
||||||
|
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
|
||||||
# Open ports in the firewall
|
# Open ports in the firewall.
|
||||||
# 22000, 21027 syncthing discovery and connectivity
|
networking.firewall.allowedTCPPorts = [ 5223 ];
|
||||||
networking.firewall.allowedTCPPorts = [ 22000 ];
|
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||||
networking.firewall.allowedUDPPorts = [ 21027 22000 ];
|
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@ in {
|
||||||
folders = {
|
folders = {
|
||||||
"org" = {
|
"org" = {
|
||||||
path = "/home/alex/org";
|
path = "/home/alex/org";
|
||||||
devices = [ "redmi" "dregil" ];
|
devices = [ "redmi" ];
|
||||||
};
|
};
|
||||||
"scan" = {
|
"scan" = {
|
||||||
path = "/home/alex/media/scan";
|
path = "/home/alex/media/scan";
|
||||||
|
|
@ -347,10 +347,6 @@ in {
|
||||||
id =
|
id =
|
||||||
"C43WITF-2HS2UCD-X6QFM4H-SC7XQJ7-X5F73EB-7FZHMII-KQNSH5D-NMICIAW";
|
"C43WITF-2HS2UCD-X6QFM4H-SC7XQJ7-X5F73EB-7FZHMII-KQNSH5D-NMICIAW";
|
||||||
};
|
};
|
||||||
"dregil" = {
|
|
||||||
id =
|
|
||||||
"SMVQO7Q-EB2V7PC-B4LP5IN-SM2UUE4-FUI2RI4-LARFW3S-LXHPAT5-FLNY7QH";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue