ci + lint

This commit is contained in:
Harivansh Rathi 2026-03-30 00:28:59 -04:00
parent d088a98954
commit 66d9b25682
39 changed files with 395 additions and 225 deletions

View file

@ -3,9 +3,11 @@
lib,
pkgs,
...
}: let
theme = import ../lib/theme.nix {inherit config;};
in {
}:
let
theme = import ../lib/theme.nix { inherit config; };
in
{
programs.tmux = {
enable = true;
plugins = with pkgs.tmuxPlugins; [