rollbacks and small changes

This commit is contained in:
Nickiel12 2023-12-20 17:19:53 -08:00
parent 80e73feb8f
commit 290967a53f
3 changed files with 14 additions and 2 deletions

View file

@ -10,8 +10,8 @@
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod" "sr_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
boot.kernelModules = [ "kvm-amd" "v4l2loopback" ];
boot.extraModulePackages = [ config.boot.kernelPackages.v4l2loopback ];
fileSystems."/" =
{ device = "/dev/disk/by-label/nixos";

View file

@ -32,6 +32,8 @@ in
# Whether to enable hyprland-session.target on hyprland startup
systemd.enable = true;
# Whether to enable patching wlroots for better Nvidia support
enableNvidiaPatches = true;
extraConfig = lib.strings.concatStrings [
monitor_config
''

View file

@ -125,6 +125,16 @@ in
key = "K";
action = ":m '<-2<CR>gv=gv";
}
{
mode = "v";
key = ">";
action = ">gv";
}
{
mode = "v";
key = "<";
action = "<gv";
}
{
# Yank selection to system clipboard
mode = "v";