feat: changes for notebook
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -497,11 +497,16 @@ in
|
||||
icon = "fingerprint";
|
||||
id = 1;
|
||||
};
|
||||
"cloonar" = {
|
||||
color = "purple";
|
||||
"cloonar technologies" = {
|
||||
color = "red";
|
||||
icon = "briefcase";
|
||||
id = 2;
|
||||
};
|
||||
"cloonar eu" = {
|
||||
color = "purple";
|
||||
icon = "briefcase";
|
||||
id = 4;
|
||||
};
|
||||
"epicenter.works" = {
|
||||
color = "blue";
|
||||
icon = "briefcase";
|
||||
@@ -624,16 +629,12 @@ in
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
"*.social-grow.tech" = {
|
||||
user = "root"; # prod
|
||||
identityFile = "~/.ssh/social-grow.tech_id_ed25519";
|
||||
"amz-websrv-01.amz.at" = {
|
||||
user = "ebs";
|
||||
setEnv = {
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
"amz-websrv-01.amz.at" = {
|
||||
user = "ebs";
|
||||
};
|
||||
"u149513.your-backup.de" = {
|
||||
user = "u149513";
|
||||
# user = "u149513-sub2"; # fw.cloonar.com
|
||||
|
||||
Reference in New Issue
Block a user