Replacing lualine with airline in nvim
This commit is contained in:
parent
8da8030e24
commit
15e9433251
5 changed files with 14 additions and 6 deletions
|
@ -289,9 +289,14 @@
|
|||
];
|
||||
};
|
||||
|
||||
|
||||
airline = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
# Airline / Powerline alternative
|
||||
lualine = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
componentSeparators = {
|
||||
right = "«";
|
||||
|
@ -312,6 +317,10 @@
|
|||
action = "find_files";
|
||||
options.desc = "Search files by name";
|
||||
};
|
||||
"<leader>d" = {
|
||||
action = "todo-comments";
|
||||
options.desc = "TODO Comments";
|
||||
};
|
||||
"<leader>s" = {
|
||||
action = "live_grep";
|
||||
options.desc = "Search by live grep";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ ... }: {
|
||||
programs.plasma = {
|
||||
configFile = {
|
||||
# TODO May need to fix this for the new laptop
|
||||
# TODO: May need to fix this for the new laptop
|
||||
"kcminputrc"."Libinput/2362/628/PIXA3854:00 093A:0274 Touchpad" = {
|
||||
"NaturalScroll" = true;
|
||||
"TapDragLock" = true;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
services.cron = {
|
||||
enable = true;
|
||||
systemCronJobs = [
|
||||
# TODO Change the server when moving between hosts
|
||||
# NOTE: Change the server when moving between hosts
|
||||
''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@warsaw-ovh-01:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/''
|
||||
# ''0 0 * * * root mkdir -p /Storage/Data/Docker/sysctl.io/letsencrypt/; rsync -avr --delete root@framework-server:/Storage/Data/Docker/sysctl.io/letsencrypt/ /Storage/Data/Docker/sysctl.io/letsencrypt/''
|
||||
];
|
||||
|
|
|
@ -22,8 +22,7 @@
|
|||
# Because of the split DNS, hosts forget which IP
|
||||
# (external or internal) is promtail/loki.
|
||||
# Setting them manually here helps.
|
||||
|
||||
# NOTE: Update these when I move the server to warsaw-ovh-01
|
||||
# NOTE: Update these when I move the server to warsaw-ovh-01
|
||||
networking.extraHosts = ''
|
||||
100.64.0.5 influx.sysctl.io
|
||||
100.64.0.5 loki.sysctl.io
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
];
|
||||
|
||||
services.ollama.acceleration = "cuda";
|
||||
#### TEMPORARY TODO ####
|
||||
# TODO: Fix this
|
||||
environment.variables = {
|
||||
MOZ_ENABLE_WAYLAND = 1;
|
||||
NIXOS_OZONE_WL = "1";
|
||||
|
|
Loading…
Reference in a new issue