nix(home-manager): manage mako
This commit is contained in:
parent
443c1f5179
commit
830b52b75f
12
home-leo.nix
12
home-leo.nix
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user