home(alex): do not provide .config/doom
This commit is contained in:
parent
3c0c188010
commit
50cd9e512f
2 changed files with 1 additions and 6 deletions
|
|
@ -27,9 +27,4 @@ in
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
startWithUserSession = true;
|
startWithUserSession = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.configFile.doom = {
|
|
||||||
target = "doom";
|
|
||||||
source = ./doom;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -375,7 +375,7 @@
|
||||||
:after denote)
|
:after denote)
|
||||||
|
|
||||||
(use-package! cov)
|
(use-package! cov)
|
||||||
(use-package! casual-suite)
|
;(use-package! casual-suite)
|
||||||
|
|
||||||
(map! :desc "Move workspace to the left" :leader :n "TAB <" #'+workspace/swap-left)
|
(map! :desc "Move workspace to the left" :leader :n "TAB <" #'+workspace/swap-left)
|
||||||
(map! :desc "Move workspace to the left" :leader :n "TAB >" #'+workspace/swap-right)
|
(map! :desc "Move workspace to the left" :leader :n "TAB >" #'+workspace/swap-right)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue