feat: get X1 Carbon working

This commit is contained in:
Emma Thorpe
2025-05-29 16:36:13 +01:00
parent 8c8faa5d3e
commit da4f05d360
4 changed files with 201 additions and 39 deletions
-31
View File
@@ -1,31 +0,0 @@
{ config, lib, pkgs, ... }:
{
#programs.zsh = {
# enable = true;
# ohMyZsh = {
# enable = true;
# plugins = [ "git" "man" "history-substring-search" ];
# theme = "robbyrussell";
# };
# syntaxHighlighting.enable = true;
# autosuggestions.enable = true;
#};
#programs.tmux = {
# enable = true;
# reverseSplit = true;
# terminal = "tmux-direct";
# newSession = true;
# keyMode = "vi";
# historyLimit = 50000;
# extraConfig = ''
# # Enable mouse support
# set -g mouse on
# # Set pane navigation
# bind -n M-Left select-pane -L
# bind -n M-Right select-pane -R
# bind -n M-Up select-pane -U
# bind -n M-Down select-pane -D
# '';
#};
}