feat: changes for notebook
This commit is contained in:
parent
776346ca19
commit
da669efee2
4 changed files with 15 additions and 13 deletions
|
|
@ -16,6 +16,7 @@
|
|||
configure = {
|
||||
packages.myPlugins = with pkgs.vimPlugins; {
|
||||
start = [
|
||||
bigfile-nvim
|
||||
bufferline-nvim
|
||||
catppuccin-nvim
|
||||
cmp-buffer
|
||||
|
|
|
|||
|
|
@ -11,10 +11,10 @@ font pango:Source Sans Pro 14
|
|||
set $mod Mod4
|
||||
|
||||
# use these keys for focus, movement, and resize directions
|
||||
set $left h
|
||||
set $down j
|
||||
set $up k
|
||||
set $right l
|
||||
set $left j
|
||||
set $down h
|
||||
set $up l
|
||||
set $right k
|
||||
|
||||
# define names for workspaces
|
||||
set $ws1 "1: "
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ let
|
|||
url = "https://github.com/NixOS/nixpkgs/archive/9aec01027f7ea2bca07bb51d5ed83e78088871c1.tar.gz";
|
||||
}) {};
|
||||
ddev-pin = import (builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/d4f247e89f6e10120f911e2e2d2254a050d0f732.tar.gz";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/34a626458d686f1b58139620a8b2793e9e123bba.tar.gz";
|
||||
}) {};
|
||||
in {
|
||||
imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue