worked on some shortcuts and keybindings

This commit is contained in:
Tomas Rivera
2026-03-05 10:44:13 +01:00
parent 9aa71c38f1
commit 5b0af20acb
5 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ environment.pathsToLink = [
"/share/applications"
"/share/xdg-desktop-portal"
];
# removes uxterm
services.xserver.excludePackages = [ pkgs.xterm ];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
+1
View File
@@ -148,6 +148,7 @@ home.sessionVariables = {
EDITOR = "neovim";
# Git update function
# Prompts for commit message; defaults if empty
TERMINAL = "kitty";
};