sex
This commit is contained in:
parent
2748681622
commit
5ceb209b34
5 changed files with 11 additions and 4 deletions
|
|
@ -16,7 +16,6 @@
|
|||
# undockEvent = "${pkgs.wlr-randr}/bin/wlr-randr --output eDP-1 --pos 0,0";
|
||||
#};
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
virtualisation.kvmgt = {
|
||||
enable = true;
|
||||
vgpus = {
|
||||
|
|
@ -275,6 +274,7 @@
|
|||
memtest86-efi
|
||||
edk2-uefi-shell
|
||||
xwayland-satellite
|
||||
jpilot
|
||||
# wget
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -7,5 +7,6 @@
|
|||
../substituters.nix
|
||||
../fonts.nix
|
||||
../udev.nix
|
||||
../greetd.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,12 +15,15 @@
|
|||
enable = true;
|
||||
tempBat = 80;
|
||||
tempAc = 95;
|
||||
coreOffset = -73;
|
||||
coreOffset = -72;
|
||||
gpuOffset = -95;
|
||||
};
|
||||
boot.kernelModules = [ "kvm-intel" "sierra_net" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" "sierra_net" "v4l2-loopback" ];
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
boot.extraModprobeConfig = ''
|
||||
options v4l2loopback devices=1 video_nr=1 card_label="OBS Cam"
|
||||
'';
|
||||
|
||||
fileSystems."/" =
|
||||
{ device = "/dev/disk/by-uuid/1395f53e-3fcd-46fc-848e-d14cf332cb73";
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
prefer-no-csd = true;
|
||||
input.keyboard.xkb.layout = (if vars.user == "alyx" && vars.isBritish then "gb" else "us");
|
||||
input.focus-follows-mouse.enable = true;
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
animations.slowdown = 0.5;
|
||||
binds = with config.lib.niri.actions; lib.mkDefault {
|
||||
"Mod+Return".action = spawn "foot";
|
||||
"Mod+V".action = spawn "/home/${vars.user}/.config/nixos/home/wooz";
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
bs-manager
|
||||
clonehero
|
||||
comma
|
||||
cinny-desktop
|
||||
discordo
|
||||
dissent
|
||||
emacs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue