feat: enable devkit in guz-lite
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user