Neovim added leap plugin

Rewritten and moved portable module
Updated background
Disabled garnix substitutor
Small changes to greetd
This commit is contained in:
Jurn Wubben 2025-06-23 20:10:15 +02:00
parent b524030089
commit a46e31e783
14 changed files with 131 additions and 31 deletions

View file

@ -24,7 +24,17 @@
niksos = {
fingerprint = true;
bluetooth = true;
portable = true;
portable = {
enable = true;
hyprland = {
powerSaver = ''
hyprctl keyword monitor eDP-1,2880x1920@60,0x0,1.5,vrr,1
'';
performance = ''
hyprctl keyword monitor eDP-1,2880x1920@120,0x0,1.5,vrr,1
'';
};
};
neovim = true;
games = true;

View file

@ -23,7 +23,13 @@
nvidia = false;
};
neovim = false;
portable = false;
portable = {
enable = false;
hyprland = {
powerSaver = "";
performance = "";
};
};
server = false;
};