unstable
was so unstable
...
This commit is contained in:
parent
e5ca6feeff
commit
7ce23b1055
20 changed files with 115 additions and 91 deletions
|
@ -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 [
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
|
||||
home.packages = [
|
||||
gnumake
|
||||
qmk
|
||||
vial
|
||||
#qmk
|
||||
];
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue