updated lockfile and tried firefox theming

This commit is contained in:
Tyler Mayoff 2025-09-17 21:03:00 -04:00
parent 6fdc4ae0d2
commit ea7e96a3ef
5 changed files with 55 additions and 53 deletions

View file

@ -3,7 +3,7 @@
text = ''
[manager]
ratio = [0, 4, 0]
[[input.prepend_keymap]]
on = "<Esc>"
run = "close"
@ -57,6 +57,7 @@
xdg.configFile."helide/zellij_layout" = {
text = ''
theme "ansi"
layout {
default_tab_template {
pane size=1 borderless=true {
@ -84,7 +85,7 @@
'';
};
home.shellAliases ={
home.shellAliases = {
helide = "zellij -l ~/.config/helide/zellij_layout";
};
}