fuck it up

This commit is contained in:
2026-02-12 20:26:12 +00:00
parent 6cc089cea8
commit 9cddb2532b
10 changed files with 497 additions and 39 deletions

View File

@@ -24,6 +24,8 @@
unfocused-split-opacity = 1;
quit-after-last-window-closed = false;
keybind = [
"ctrl+shift+enter>ctrl+shift+h=new_split:left"
"ctrl+shift+enter>ctrl+shift+l=new_split:right"

View File

@@ -1,4 +1,8 @@
{...}: {
{inputs, pkgs, ...}: {
home.packages = [
inputs.expert.packages.${pkgs.system}.default
];
home.file.".config/helix" = {
source = ./config;
recursive = true;