summaryrefslogtreecommitdiff
path: root/home/home.nix
blob: 81d3b3e26627cbfac177b9e201718d3b59fa22e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
{ config, lib, pkgs, inputs, ... }:

{
  # Let Home Manager install and manage itself.
  programs.home-manager.enable = true;

  imports = [
    ./packages.nix
    ./unstable.nix
    ./home-minimal.nix
  ];

  home.sessionVariables = {
    MOZ_ENABLE_WAYLAND = 1;
    _JAVA_AWT_WM_NONREPARENTING = 1;
  };

  programs.msmtp.enable = true;
  programs.mbsync.enable = true;
  programs.mu.enable = true;

  accounts.email = {
    accounts.hacc = {
      address = "stuebinm@hacc.space";
      imap.host = "mail.hacc.space";
      mbsync = {
        enable = true;
        create = "maildir";
      };
      msmtp.enable = true;
      mu.enable = true;
      primary = true;
      realName = "stuebinm";
      smtp.host = "mail.hacc.space";
      userName = "stuebinm@hacc.space";
      passwordCommand = "cat ~/mailpasswd";
    };
  };

  programs.bash = {
    shellAliases = {
      "lrz-vpn" = "sudo openconnect https://asa-cluster.lrz.de  -g AnyConnect";
      news = "newsboat";
      pj = "pijul";
    };
  };

  programs.nushell = {
    enable = true;
    settings = {
      startup = [
        "mkdir ~/.cache/starship"
        "starship init nu | save ~/.cache/starship/init.nu"
        "source ~/.cache/starship/init.nu"
      ];
      prompt = "starship_prompt";
    };
  };

  programs.fish = {
    shellAliases = {
      "lrz-vpn" = "sudo openconnect https://asa-cluster.lrz.de";
      news = "newsboat";
      pj = "pijul";
      agenda = "CLICOLOR_FORCE=1 almanac month ~/.cache/feedsync/* | less";
      xmlpretty = "xmllint --format - | bat -l xml";
    };
  };

  programs.kitty = {
    enable = true;
    extraConfig = ''
      background_opacity 0.8
      confirm_os_window_close 0
      allow_remote_control yes
    '';
  };

  programs.neovim = {
    enable = true;
    viAlias = true;
    plugins = with pkgs; [
      (vimPlugins.nvim-treesitter.withPlugins 
        (plugins: [ tree-sitter-grammars.tree-sitter-nix ]))
    ];
    generatedConfigViml = ''
      lua <<EOF
        require'nvim-treesitter.configs'.setup {
        -- One of "all", "maintained" (parsers with maintainers), or a list of languages
        ensure_installed = "all",

        -- Install languages synchronously (only applied to `ensure_installed`)
        sync_install = false,

        -- List of parsers to ignore installing
        ignore_install = { "javascript" },

        highlight = {
          -- `false` will disable the whole extension
          enable = true,

          -- list of language that will be disabled
          -- disable = { "c", "rust" },

          -- Setting this to true will run `:h syntax` and tree-sitter at the same time.
          -- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
          -- Using this option may slow down your editor, and you may see some duplicate highlights.
          -- Instead of true it can also be a list of languages
          additional_vim_regex_highlighting = false,
        },
      }
      EOF
    '';
  };

  systemd.user.services.syncical = let
    feeds = (import inputs.feeds).ical; in {
      Unit.Description = "syncs ical feeds for almanac agenda";
      Service = {
        ExecStart = "${pkgs.gauche}/bin/gosh ${./scripts/sync.scm} ${lib.fold (a: b: a + " " + b) "" feeds}";
        X-ReloadIfChanged = true;
        Environment = ''
          PATH=${pkgs.curl}/bin:${pkgs.coreutils}/bin
        '';
      };
    };

  systemd.user.timers.syncical = {
    Unit.Description = "automatically fetch new calendars";
    Timer = {
      OnCalendar = "hourly";
      Unit = "syncical.service";
    };
    Install.WantedBy = [ "timers.target" ];
  };

  programs.newsboat = {
    enable = true;
    urls = (import ./newsboat-public.nix) ++ (import inputs.feeds).rss;
    browser = pkgs.lynx.outPath + "/bin/lynx";
    reloadThreads = 200;
    queries = {
      unread = ''unread="yes"'';
      non-papers = ''( unread="yes" ) and ( tags !# "paper" )'';
      paper = ''tags # "paper"'';
    };
    extraConfig = ''
      color background white default
      color listnormal white default
      color listnormal_unread magenta default bold
      color listfocus black white bold
      color listfocus_unread magenta white bold
      color info green color0
      color article white default

      ssl-verifypeer no

      macro v set browser "kitty @launch --type tab mpv --ytdl-format='bv[height<=1100]+ba' %u > /dev/null" ; open-in-browser ; set browser "${config.programs.newsboat.browser} %u"
      macro f set browser "${pkgs.xdg_utils}/bin/xdg-open %u >/dev/null 2>&1 &" ; open-in-browser ; set browser "${config.programs.newsboat.browser} %u"

      bind-key j down
      bind-key k up
    '';
  };


  programs.obs-studio = {
    enable = true;
    plugins = let
      move-transition = import obs/move-transition.nix;
      obs-websocket = import obs/obs-websocket.nix;
    in
      with pkgs; [
    ];
  };
  
  programs.gpg = {
    enable = true;
    settings = {
      auto-key-locate = "keyserver";
      with-fingerprint = "";
    };
  };
  services.gpg-agent = {
    enable = true;
    pinentryFlavor = "gtk2";
    maxCacheTtl = 1800;
  };
  
  programs.ssh = {
    forwardAgent = true;
    enable = true;
    matchBlocks = let
      keydir = config.home.homeDirectory + "/.ssh";
      hetznerlogin = match: {user = "root"; identityFile = keydir + "/hetzner"; forwardAgent = true;} // match;
      vpslogin = hostname: hetznerlogin {inherit hostname;};
      lmulogin = hostname: {identityFile = keydir + "/key_lmu"; user = "lmu-user"; } // { inherit hostname;};
    in {
      "parsons" = hetznerlogin {
        hostname = "parsons.hacc.space";
        port = 62954;
        user = "stuebinm";
        identityFile = keydir + "/id_rsa";
      };
      "flora" = vpslogin "flora.stuebinm.eu";
      "chaski" = vpslogin "chaski.stuebinm.eu";
      "cgit" = vpslogin "flora.stuebinm.eu" // {user = "git";};
      "mate" = {
        hostname = "192.168.69.174";
        user = "root";
        identityFile = keydir + "/hetzner";
      };
      "lmucast-test" = lmulogin "lmzveun-h5base.srv.mwn.de";
      "lmucast-prod" = lmulogin "lmzveun-pro-h5base.srv.mwn.de";
      "lmu-salsa" = {
        hostname = "lmzveun-salsa.srv.mwn.de";
        user = "ra72koc";
        identityFile = keydir + "/key_lmu";
      };
      "c3voc" = {
        hostname = "git.c3voc.de";
        user = "git";
        identityFile = keydir + "/id_ed25519";
      };
    };
  };
  
  programs.mpv = {
    enable = true;
    bindings = {
      "up" = "add speed 0.1";
      "down" = "add speed -0.1";
      "n" = "add chapter 1";
      "p" = "add chapter -1";
    };
  };


  programs.mako = {
    enable = true;
    backgroundColor = "#ff00ff80";
    borderColor = "#ff00ff";
    defaultTimeout = 5000; # milliseconds
    padding = "10";
    output = "DVI-I-1";
  };

}