diff --git a/base/callisto/configuration.nix b/base/callisto/configuration.nix index 3c5a477..6cecf9c 100644 --- a/base/callisto/configuration.nix +++ b/base/callisto/configuration.nix @@ -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 ]; diff --git a/base/callisto/default.nix b/base/callisto/default.nix index 1749f88..a94a618 100644 --- a/base/callisto/default.nix +++ b/base/callisto/default.nix @@ -7,5 +7,6 @@ ../substituters.nix ../fonts.nix ../udev.nix + ../greetd.nix ]; } diff --git a/base/callisto/hardware-configuration.nix b/base/callisto/hardware-configuration.nix index 952d835..e1667d8 100644 --- a/base/callisto/hardware-configuration.nix +++ b/base/callisto/hardware-configuration.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"; diff --git a/home/niri.nix b/home/niri.nix index 568862b..6fbeded 100644 --- a/home/niri.nix +++ b/home/niri.nix @@ -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"; diff --git a/home/packages.nix b/home/packages.nix index 1736fb6..36f4da6 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -6,6 +6,7 @@ bs-manager clonehero comma + cinny-desktop discordo dissent emacs