update idk help me

This commit is contained in:
ficache 2024-11-12 19:16:11 +03:00
parent b94f603aa7
commit be25933d9d
5 changed files with 16 additions and 14 deletions

View File

@ -0,0 +1,9 @@
{ ... }:
{
programs.nixvim.keymaps = [
{
action = "<cmd>Neotree toggle<CR>";
key = "l";
}
];
}

View File

@ -15,13 +15,14 @@
opts = {
relativenumber = true;
clipboard = "unnamedplus";
tabstop = 4;
softtabstop = 4;
showtabline = 4;
tabstop = 2;
softtabstop = 2;
showtabline = 2;
};
};
imports = [
./keymaps.nix
./plugins-bundle.nix
];
}

View File

@ -16,9 +16,9 @@
hardware.nvidia.prime = {
sync.enable = true;
reverseSync.enable = true;
nvidiaBusId = "PCI:1:0:0";
amdgpuBusId = "PCI:4:2:0";
};
}
}

View File

@ -1,9 +0,0 @@
{
virtualisation.virtualbox.host = {
enable = true;
enableExtensionPack = true;
};
services.gvfs.enable = true;
services.udisks2.enable = true;
}

View File

@ -53,6 +53,7 @@
"7tv.app"
"7tv.io"
"10tv.app"
"x.com"
];
};
};