Changed LuaLine
This commit is contained in:
@@ -78,8 +78,8 @@ in
|
|||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "de";
|
kb_layout = "de";
|
||||||
kb_variant = "";
|
kb_variant = "mac";
|
||||||
kb_options = "";
|
kb_options = "apple:fn_lock";
|
||||||
repeat_rate = 50;
|
repeat_rate = 50;
|
||||||
repeat_delay = 300;
|
repeat_delay = 300;
|
||||||
|
|
||||||
@@ -172,10 +172,10 @@ in
|
|||||||
vrr = 0;
|
vrr = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#device = {
|
device = {
|
||||||
# name = "usb-optical-mouse-";
|
name = "usb-optical-mouse-";
|
||||||
# sensitivity = 0;
|
sensitivity = 0;
|
||||||
#};
|
};
|
||||||
#deprecated
|
#deprecated
|
||||||
# windowrulev2 = [
|
# windowrulev2 = [
|
||||||
# "suppressevent maximize, class:.*"
|
# "suppressevent maximize, class:.*"
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
_: {
|
||||||
{
|
|
||||||
# Catppuccin: Soothing pastel theme for Neovim
|
# Catppuccin: Soothing pastel theme for Neovim
|
||||||
# Provides consistent theming across plugins with transparency support.
|
# Provides consistent theming across plugins with transparency support.
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
@@ -20,6 +19,7 @@
|
|||||||
mini = {
|
mini = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
};
|
};
|
||||||
|
lualine = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user