update idk help me
This commit is contained in:
parent
b94f603aa7
commit
be25933d9d
9
home-manager/modules/nixvim/keymaps.nix
Normal file
9
home-manager/modules/nixvim/keymaps.nix
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
programs.nixvim.keymaps = [
|
||||||
|
{
|
||||||
|
action = "<cmd>Neotree toggle<CR>";
|
||||||
|
key = "l";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
@ -15,13 +15,14 @@
|
|||||||
opts = {
|
opts = {
|
||||||
relativenumber = true;
|
relativenumber = true;
|
||||||
clipboard = "unnamedplus";
|
clipboard = "unnamedplus";
|
||||||
tabstop = 4;
|
tabstop = 2;
|
||||||
softtabstop = 4;
|
softtabstop = 2;
|
||||||
showtabline = 4;
|
showtabline = 2;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
./keymaps.nix
|
||||||
./plugins-bundle.nix
|
./plugins-bundle.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
sync.enable = true;
|
reverseSync.enable = true;
|
||||||
|
|
||||||
nvidiaBusId = "PCI:1:0:0";
|
nvidiaBusId = "PCI:1:0:0";
|
||||||
amdgpuBusId = "PCI:4:2:0";
|
amdgpuBusId = "PCI:4:2:0";
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
virtualisation.virtualbox.host = {
|
|
||||||
enable = true;
|
|
||||||
enableExtensionPack = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.gvfs.enable = true;
|
|
||||||
services.udisks2.enable = true;
|
|
||||||
}
|
|
@ -53,6 +53,7 @@
|
|||||||
"7tv.app"
|
"7tv.app"
|
||||||
"7tv.io"
|
"7tv.io"
|
||||||
"10tv.app"
|
"10tv.app"
|
||||||
|
"x.com"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user