unstable was so unstable...

This commit is contained in:
Andrea Ciceri 2022-03-13 20:57:59 +01:00
parent e5ca6feeff
commit 7ce23b1055
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
20 changed files with 115 additions and 91 deletions

View file

@ -7,7 +7,7 @@
};
programs.emacs = {
enable = !pkgs.stdenv.hostPlatform.isDarwin;
enable = false;
package = pkgs.customEmacs;
};
@ -56,7 +56,7 @@
comment = "Org protocol";
desktopName = "org-protocol";
type = "Application";
mimeTypes = [ "x-scheme-handler/org-protocol" ];
mimeType = "x-scheme-handler/org-protocol";
}
)
] ++ (if pkgs.system == "x86_64-linux" then [

View file

@ -2,8 +2,7 @@
home.packages = [
gnumake
qmk
vial
#qmk
];
}