Compare commits
3 commits
4a24db8d0b
...
44b89b8f0c
Author | SHA1 | Date | |
---|---|---|---|
Gabe Venberg | 44b89b8f0c | ||
Gabe Venberg | 82ffcbc905 | ||
Gabe Venberg | 21e06ef060 |
|
@ -28,6 +28,15 @@
|
||||||
})
|
})
|
||||||
'';
|
'';
|
||||||
keymaps = [
|
keymaps = [
|
||||||
|
{
|
||||||
|
action = ":TSContextToggle<CR>";
|
||||||
|
key = "<leader>x";
|
||||||
|
mode = "n";
|
||||||
|
options = {
|
||||||
|
silent = true;
|
||||||
|
desc = "tree context toggle";
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
action = ":TSJToggle<CR>";
|
action = ":TSJToggle<CR>";
|
||||||
key = "<leader>j";
|
key = "<leader>j";
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
users.users.${config.host.user} = {
|
users.users.${config.host.user} = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
gparted
|
gparted
|
||||||
firefox
|
neovim
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -116,17 +116,6 @@
|
||||||
# plenty of free memory.
|
# plenty of free memory.
|
||||||
boot.kernel.sysctl."vm.overcommit_memory" = "1";
|
boot.kernel.sysctl."vm.overcommit_memory" = "1";
|
||||||
|
|
||||||
# To speed up installation a little bit, include the complete
|
|
||||||
# stdenv in the Nix store on the CD.
|
|
||||||
system.extraDependencies = with pkgs; [
|
|
||||||
stdenv
|
|
||||||
stdenvNoCC # for runCommand
|
|
||||||
busybox
|
|
||||||
jq # for closureInfo
|
|
||||||
# For boot.initrd.systemd
|
|
||||||
makeInitrdNGTool
|
|
||||||
];
|
|
||||||
|
|
||||||
# Show all debug messages from the kernel but don't log refused packets
|
# Show all debug messages from the kernel but don't log refused packets
|
||||||
# because we have the firewall enabled. This makes installs from the
|
# because we have the firewall enabled. This makes installs from the
|
||||||
# console less cumbersome if the machine has a public IP.
|
# console less cumbersome if the machine has a public IP.
|
||||||
|
|
Loading…
Reference in a new issue