♻️ Replace imports with function argument, hyprpanel does not follow nixpkgs, git push alias

This commit is contained in:
2025-03-09 11:25:26 +01:00
parent a6cb4a5cf6
commit 1ff146e3c0
40 changed files with 214 additions and 332 deletions

View File

@ -1,9 +1,9 @@
{ lib, ... }:
{ lib, theme, ... }:
let
theme = import ../../theme.nix;
batTheme = ".config/yazi/catppuccin-${theme.flavor}.tmTheme";
in
{
# TODO use catppuccin theme
home.file.${batTheme}.source = ./catppuccin-mocha.tmTheme;
programs.yazi = {