feat: changes for notebook
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
configure = {
|
configure = {
|
||||||
packages.myPlugins = with pkgs.vimPlugins; {
|
packages.myPlugins = with pkgs.vimPlugins; {
|
||||||
start = [
|
start = [
|
||||||
|
bigfile-nvim
|
||||||
bufferline-nvim
|
bufferline-nvim
|
||||||
catppuccin-nvim
|
catppuccin-nvim
|
||||||
cmp-buffer
|
cmp-buffer
|
||||||
|
|||||||
@@ -11,10 +11,10 @@ font pango:Source Sans Pro 14
|
|||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
# use these keys for focus, movement, and resize directions
|
# use these keys for focus, movement, and resize directions
|
||||||
set $left h
|
set $left j
|
||||||
set $down j
|
set $down h
|
||||||
set $up k
|
set $up l
|
||||||
set $right l
|
set $right k
|
||||||
|
|
||||||
# define names for workspaces
|
# define names for workspaces
|
||||||
set $ws1 "1: "
|
set $ws1 "1: "
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ let
|
|||||||
url = "https://github.com/NixOS/nixpkgs/archive/9aec01027f7ea2bca07bb51d5ed83e78088871c1.tar.gz";
|
url = "https://github.com/NixOS/nixpkgs/archive/9aec01027f7ea2bca07bb51d5ed83e78088871c1.tar.gz";
|
||||||
}) {};
|
}) {};
|
||||||
ddev-pin = import (builtins.fetchTarball {
|
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 {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
@@ -497,11 +497,16 @@ in
|
|||||||
icon = "fingerprint";
|
icon = "fingerprint";
|
||||||
id = 1;
|
id = 1;
|
||||||
};
|
};
|
||||||
"cloonar" = {
|
"cloonar technologies" = {
|
||||||
color = "purple";
|
color = "red";
|
||||||
icon = "briefcase";
|
icon = "briefcase";
|
||||||
id = 2;
|
id = 2;
|
||||||
};
|
};
|
||||||
|
"cloonar eu" = {
|
||||||
|
color = "purple";
|
||||||
|
icon = "briefcase";
|
||||||
|
id = 4;
|
||||||
|
};
|
||||||
"epicenter.works" = {
|
"epicenter.works" = {
|
||||||
color = "blue";
|
color = "blue";
|
||||||
icon = "briefcase";
|
icon = "briefcase";
|
||||||
@@ -624,16 +629,12 @@ in
|
|||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"*.social-grow.tech" = {
|
"amz-websrv-01.amz.at" = {
|
||||||
user = "root"; # prod
|
user = "ebs";
|
||||||
identityFile = "~/.ssh/social-grow.tech_id_ed25519";
|
|
||||||
setEnv = {
|
setEnv = {
|
||||||
TERM = "xterm-256color";
|
TERM = "xterm-256color";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"amz-websrv-01.amz.at" = {
|
|
||||||
user = "ebs";
|
|
||||||
};
|
|
||||||
"u149513.your-backup.de" = {
|
"u149513.your-backup.de" = {
|
||||||
user = "u149513";
|
user = "u149513";
|
||||||
# user = "u149513-sub2"; # fw.cloonar.com
|
# user = "u149513-sub2"; # fw.cloonar.com
|
||||||
|
|||||||
Reference in New Issue
Block a user