removed octopine

This commit is contained in:
Philipp Hochkamp 2022-11-04 04:20:37 +01:00
parent 8dfd536e38
commit de24b6d88b
No known key found for this signature in database
GPG key ID: 3676AB4CB36E5641
5 changed files with 52 additions and 138 deletions

View file

@ -51,6 +51,11 @@ in
programs.gnupg.agent.enable = true;
home-manager.users.ragon = { pkgs, lib, inputs, config, ... }:
{
imports = [
"${inputs.private}/mail.nix"
];
home.file.".hammerspoon/init.lua".source =
pkgs.substituteAll {
src = ./hammerspoon.lua; inherit myEmacs;