mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Update code based on upstream changes
This commit is contained in:
parent
c1c5cbe000
commit
5a7dacbaab
2 changed files with 10 additions and 7 deletions
|
|
@ -44,7 +44,7 @@
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"python-2.7.18.6"
|
"python-2.7.18.7"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -45,12 +45,15 @@
|
||||||
theme = "Catppuccin-frappe";
|
theme = "Catppuccin-frappe";
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
Catppuccin-frappe = builtins.readFile (pkgs.fetchFromGitHub {
|
Catppuccin-frappe = {
|
||||||
owner = "catppuccin";
|
src = pkgs.fetchFromGitHub {
|
||||||
repo = "bat";
|
owner = "catppuccin";
|
||||||
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1";
|
repo = "bat";
|
||||||
hash = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
|
rev = "ba4d16880d63e656acced2b7d4e034e4a93f74b1";
|
||||||
} + "/Catppuccin-frappe.tmTheme");
|
hash = "sha256-6WVKQErGdaqb++oaXnY3i6/GuH2FhTgK0v4TN4Y0Wbw=";
|
||||||
|
};
|
||||||
|
file = "Catppuccin-frappe.tmTheme";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
eza.enable = true;
|
eza.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue