forked from extern/nix-config
feat: Add bat support
This commit is contained in:
parent
0d23db84da
commit
88ccef09b3
@ -39,6 +39,9 @@
|
|||||||
map g scroll_to start
|
map g scroll_to start
|
||||||
map G scroll_to end
|
map G scroll_to end
|
||||||
'';
|
'';
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
programs.swaylock = {
|
programs.swaylock = {
|
||||||
package = pkgs."swaylock-effects";
|
package = pkgs."swaylock-effects";
|
||||||
settings = {
|
settings = {
|
||||||
|
Loading…
Reference in New Issue
Block a user