mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 07:24:10 +01:00
feat: add theme - catppuccin-yazi
This commit is contained in:
7
flake.lock
generated
7
flake.lock
generated
@@ -773,11 +773,11 @@
|
||||
"nixpkgs": "nixpkgs_5"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1703077061,
|
||||
"narHash": "sha256-6jmjEXJe9mXLiGj/KpuyWp3AIxIh7uM/bIwmm9BHKEU=",
|
||||
"lastModified": 1703694125,
|
||||
"narHash": "sha256-7gdwhPcMpaHZzjg9Cw6FKTm2k4OotSJcwAQ9iwYfnCE=",
|
||||
"owner": "ryan4yin",
|
||||
"repo": "nur-packages",
|
||||
"rev": "ad8927476f57f35db0e18ef0d80a4e6589582e0c",
|
||||
"rev": "630c1a26ffa11ed2bfd9407bcf03e3238a2e83cc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@@ -786,7 +786,6 @@
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
||||
"polybar-themes": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
{pkgs-unstable, ...}: {
|
||||
{pkgs-unstable, nur-ryan4yin, ...}: {
|
||||
# terminal file manager
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.yazi;
|
||||
# Changing working directory when exiting Yazi
|
||||
enableBashIntegration = true;
|
||||
# TODO: nushellIntegration is broken on release-23.11, wait for master's fix to be released
|
||||
enableNushellIntegration = false;
|
||||
};
|
||||
|
||||
xgd.configFile."yazi/theme.toml".source = "${nur-ryan4yin.cattppuccin-yazi}/mocha.toml";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user