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;