remove unnecessary rec
This commit is contained in:
parent
e5e4fc385c
commit
c8647160f3
3 changed files with 3 additions and 4 deletions
|
|
@ -2,8 +2,7 @@
|
|||
let
|
||||
super = "Mod4";
|
||||
alt = "Mod1";
|
||||
|
||||
in rec {
|
||||
in {
|
||||
services.sxhkd = {
|
||||
enable = true;
|
||||
keybindings = {
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ let
|
|||
bindkey -M vicmd 'k' history-substring-search-up
|
||||
bindkey -M vicmd 'j' history-substring-search-down
|
||||
'';
|
||||
in rec {
|
||||
in {
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue