feat: enable devkit in guz-lite

This commit is contained in:
Guz
2025-02-12 20:33:17 -03:00
parent 84d770f98e
commit 653225d9ac
2 changed files with 5 additions and 3 deletions

View File

@@ -11,6 +11,8 @@
./keymaps.nix
];
devkit.enable = true;
# The *state version* indicates which default
# settings are in effect and will therefore help avoid breaking
# program configurations. Switching to a higher state version

View File

@@ -29,7 +29,7 @@
}
];
services.xremap.config.keymap = let
TERM = config.home.sessionVariables.TERM;
TERMINAL = config.home.sessionVariables.TERMINAL;
EXPLORER = config.home.sessionVariables.EXPLORER;
rofi = lib.getExe config.programs.rofi.finalPackage;
@@ -91,9 +91,9 @@
name = "General Keybindings";
remap = {
# Terminal
"super-q" = {launch = exec "${TERM}";};
"super-q" = {launch = exec "${TERMINAL}";};
# File explorer
"super-e" = {launch = exec ["${TERM}" "-e" "${EXPLORER}"];};
"super-e" = {launch = exec ["${TERMINAL}" "-e" "${EXPLORER}"];};
# Web Browser
"super-w" = {launch = exec ["xdg-open" "https://search.brave.com"];};
# Launcher