Compare commits

...

4 Commits

Author SHA1 Message Date
Jez Cope e489383b67 sway: disable floating for zoom 2021-12-23 16:57:09 +00:00
Jez Cope 13e384ddf6 emacs: disable lsp for haskell 2021-12-23 16:56:51 +00:00
Jez Cope 9787a6bd6e emacs: add mu4e to load-path manually 2021-12-23 16:56:33 +00:00
Jez Cope 9d3524b552 flake: update lockfile 2021-12-20 10:40:43 +00:00
5 changed files with 18 additions and 17 deletions

View File

@ -2,11 +2,11 @@
"nodes": {
"emacs-overlay": {
"locked": {
"lastModified": 1638120343,
"narHash": "sha256-c6BIJXvB2aPuLpKg5pVjNKL0e7ow/X5262xGr3Bv3sg=",
"lastModified": 1639967190,
"narHash": "sha256-T0Y856VV1Z4W5ip7I8BdVw9iyV7uo5MhuF+aZgTmaOg=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "61086e380b33e3104c556a02533f03808d0d81ff",
"rev": "fc661595583e0990534c181f2f139afbf7f84cdc",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
]
},
"locked": {
"lastModified": 1638130066,
"narHash": "sha256-BdrVURx4wUUagLbXJXnJ816Xl2IicDp12Sw6OKZn4ug=",
"lastModified": 1639891275,
"narHash": "sha256-2IMLVTtOHV9kBsirGPRpo8NE48Mjq20iXN7l7uy0YjE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3ec7f6fb43ff77cff429aba1a2541d28cc44d37c",
"rev": "3db603677509eb0b8c396a3234b1d4b70d023894",
"type": "github"
},
"original": {
@ -37,11 +37,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1637841632,
"narHash": "sha256-QYqiKHdda0EOnLGQCHE+GluD/Lq2EJj4hVTooPM55Ic=",
"lastModified": 1639876010,
"narHash": "sha256-naGsoUfsY92NaIGiFI8XFXBnesw8BQGe694xcfaLMDI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "73369f8d0864854d1acfa7f1e6217f7d6b6e3fa1",
"rev": "395879c28386e1abf20c7ecacd45880759548391",
"type": "github"
},
"original": {
@ -52,11 +52,11 @@
},
"nur": {
"locked": {
"lastModified": 1638130652,
"narHash": "sha256-KWzH0WfKPvIWaZevZS4s9VAw+Oml4kBKwlKzXnVTMMQ=",
"lastModified": 1639990555,
"narHash": "sha256-O8BvwcDT+htaYP4ujsNjx+hX5mxPwtfNJii5OYLOoHY=",
"owner": "nix-community",
"repo": "NUR",
"rev": "3d36428144905febd610c2828fbe8564ae59ccbe",
"rev": "7dd4caa60877e32dcdb5f24cf212133c98e7f163",
"type": "github"
},
"original": {

View File

@ -43,6 +43,9 @@ in {
recursive = true;
};
".doom.d/snippets".source = ./snippets;
".doom.d/nix.el".text = ''
(add-to-list 'load-path "${pkgs.mu}/share/emacs/site-lisp/mu4e")
'';
};
programs.firefox.profiles.default.settings = {

View File

@ -8,6 +8,8 @@
(require 'dash) ; lists
(require 's) ; strings
(require 'f) ; paths & files
(load-file "~/.doom.d/nix.el")
#+end_src
** Utilities

View File

@ -108,7 +108,7 @@
data ; config/data formats
emacs-lisp ; drown in parentheses
ess ; emacs speaks statistics
(haskell +dante +lsp) ; a language that's lazier than I am
haskell ; a language that's lazier than I am
hy ; readability of scheme w/ speed of python
json ; At least it ain't XML
julia ; a better, faster MATLAB

View File

@ -119,10 +119,6 @@ in {
criteria = { app_id = "yubico.com."; };
command = "floating enable";
}
{
criteria = { title = ".*[Zz]oom.*"; };
command = "floating enable";
}
];
input."type:keyboard" = {