fixes
This commit is contained in:
parent
4e740a4bc0
commit
c18d20d33d
4 changed files with 5 additions and 148 deletions
|
|
@ -49,10 +49,6 @@ with lib.my;
|
|||
home-manager.users.ragon = { pkgs, lib, inputs, config, ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
"${inputs.private}/mail.nix"
|
||||
];
|
||||
|
||||
home.file.".hammerspoon/init.lua".source =
|
||||
let
|
||||
notmuchMails = pkgs.writeScript "notmuch-get-mail-count" ''
|
||||
|
|
@ -64,7 +60,6 @@ with lib.my;
|
|||
src = ./hammerspoon.lua; inherit notmuchMails;
|
||||
};
|
||||
home.file.".hammerspoon/Spoons/MiroWindowsManager.spoon".source = "${inputs.miro}/MiroWindowsManager.spoon";
|
||||
home.file.".hammerspoon/Spoons/MusicAppMediaFix.spoon".source = "${inputs.spoons}/Source/MusicAppMediaFix.spoon";
|
||||
home.file.".finicky.js".source = ./finicky.js;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue