nix(home-manager): manage mako

This commit is contained in:
leo 2023-02-21 20:04:11 +01:00
parent 443c1f5179
commit 830b52b75f
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

@ -83,6 +83,9 @@ in {
".config/kanshi/config" = {
source = ./.config/kanshi/config;
};
".config/mako/config" = {
source = ./.config/mako/config;
};
".local/bin/swws.py" = {
source = ./bin/swws.py;
};
@ -430,6 +433,15 @@ in {
source = ./.config/sway/config.d;
};
configFile."mako/dracula-mako" = {
source = pkgs.fetchFromGitHub {
owner = "dracula";
repo = "mako";
rev = "80caf30d59f8017e306519ca33609be75a86ebaf";
sha256 = "sha256-qoQODX2435xfH9G6xOVFXitKy/75MaDU+tiQ/EsjRV4=";
};
};
configFile."sheldon/plugins.toml" = {
source = ./.config/sheldon/plugins.toml;
};