fix: add yabai darwinModule

This commit is contained in:
winston 2023-06-16 02:35:20 +02:00
parent 21e84905c4
commit a12c995d39
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 11 additions and 10 deletions

View file

@ -31,16 +31,16 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1686108916, "lastModified": 1676846788,
"narHash": "sha256-looLH5MdY4erLiJw0XwQohGdr0fJL9y6TJY3898RA2U=", "narHash": "sha256-XLsHLgXyMdliMeAXuzdGP+TXBaV44kG1RPTUHNOs6Jk=",
"owner": "ipetkov", "owner": "ipetkov",
"repo": "crane", "repo": "crane",
"rev": "8ab1a49432695bd80ff4b7f6c6515da0e926d922", "rev": "953b70da2813fb882c39890f2514e7db76fc8843",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ipetkov", "owner": "ipetkov",
"ref": "v0.12.2", "ref": "v0.11.3",
"repo": "crane", "repo": "crane",
"type": "github" "type": "github"
} }
@ -215,11 +215,11 @@
"wezterm-src": "wezterm-src" "wezterm-src": "wezterm-src"
}, },
"locked": { "locked": {
"lastModified": 1686643608, "lastModified": 1686874448,
"narHash": "sha256-rnUWWZF5gA+sI1pNZ+xJfyzBYsJ2mbgln4FAtgxmir4=", "narHash": "sha256-FKD1FYFVT0GY8AgXe7+kLgJvFi22hj7eQyV3kmQrJls=",
"owner": "nekowinston", "owner": "nekowinston",
"repo": "nur", "repo": "nur",
"rev": "da20835c7211634852f2617c93d167eae45d9aeb", "rev": "eb3cda0b36a64cf77ea6037231befc9dfe2bf648",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -250,11 +250,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1686519857, "lastModified": 1686582075,
"narHash": "sha256-VkBhuq67aXXiCoEmicziuDLUPPjeOTLQoj6OeVai5zM=", "narHash": "sha256-vtflsfKkHtF8IduxDNtbme4cojiqvlvjp5QNYhvoHXc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6b1b72c0f887a478a5aac355674ff6df0fc44f44", "rev": "7e63eed145566cca98158613f3700515b4009ce3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -64,6 +64,7 @@
inherit system; inherit system;
modules = with inputs; modules = with inputs;
[./common ./${host} home-manager.${module}.home-manager] [./common ./${host} home-manager.${module}.home-manager]
++ pkgs.lib.optionals isDarwin [nekowinston-nur.darwinModules.default]
++ [(hmCommonConfig {inherit username;})] ++ [(hmCommonConfig {inherit username;})]
++ extraModules; ++ extraModules;
}; };