From ba30eff28345ba2061241f456b1bc0fbe5bdcb89 Mon Sep 17 00:00:00 2001 From: Narrator Date: Sun, 7 Dec 2025 13:19:16 +0100 Subject: [PATCH 1/4] edit home.nix @2025-12-07 13:19:16 --- hosts/nxs/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nxs/home.nix b/hosts/nxs/home.nix index 68886d1..77f2d6a 100644 --- a/hosts/nxs/home.nix +++ b/hosts/nxs/home.nix @@ -41,6 +41,7 @@ home.packages = with pkgs; [ + ssh-to-age pinentry-curses cryptsetup grc From 75343af2a21c74965f91bfceae22dd431ced249f Mon Sep 17 00:00:00 2001 From: Narrator Date: Sun, 7 Dec 2025 13:21:33 +0100 Subject: [PATCH 2/4] edit home.nix @2025-12-07 13:21:33 --- hosts/nxs/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nxs/home.nix b/hosts/nxs/home.nix index 77f2d6a..139b433 100644 --- a/hosts/nxs/home.nix +++ b/hosts/nxs/home.nix @@ -88,6 +88,7 @@ rofi pipewire lshw + age ]; programs.direnv = { From 3c84127266073bc0cfff27628b39e0f2cef438cf Mon Sep 17 00:00:00 2001 From: Narrator Date: Sun, 7 Dec 2025 14:33:08 +0100 Subject: [PATCH 3/4] edit home.nix @2025-12-07 14:33:08 --- hosts/nxs/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nxs/home.nix b/hosts/nxs/home.nix index 139b433..630b551 100644 --- a/hosts/nxs/home.nix +++ b/hosts/nxs/home.nix @@ -89,6 +89,7 @@ pipewire lshw age + discord ]; programs.direnv = { From 33332afe6314e3353bd2058f256d070633dd15c8 Mon Sep 17 00:00:00 2001 From: Narrator Date: Mon, 8 Dec 2025 17:47:53 +0100 Subject: [PATCH 4/4] test ssh sig --- hosts/nxs/configuration.nix | 12 ++++++++++-- hosts/nxs/home.nix | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/hosts/nxs/configuration.nix b/hosts/nxs/configuration.nix index e5b55ed..4c2e8cb 100644 --- a/hosts/nxs/configuration.nix +++ b/hosts/nxs/configuration.nix @@ -87,9 +87,9 @@ windowManager.i3.enable = true; - videoDrivers = [ "nvidia" ]; + videoDrivers = [ "amdgpu" "nvidia" ]; deviceSection = '' - BusID "PCI:1:0:0" # lspci | grep VGA → find your busid + BusID "PCI:1:0:0" Driver "nvidia" ''; }; @@ -245,9 +245,17 @@ package = config.boot.kernelPackages.nvidiaPackages.stable; # SSH config: }; + hardware.nvidia.forceFullCompositionPipeline = true; systemd.services = { systemd-suspend.environment.SYSTEMD_SLEEP_FREEZE_USER_SESSIONS = "false"; systemd-hibernate.environment.SYSTEMD_SLEEP_FREEZE_USER_SESSIONS = "false"; # if u care }; + hardware.nvidia.prime = { + offload.enable = true; + amdgpuBusId = "PCI:7:0:0"; + nvidiaBusId = "PCI:1:0:0"; + #amdgpuBusId = "PCI:54:0:0"; # If you have an AMD iGPU + }; + } diff --git a/hosts/nxs/home.nix b/hosts/nxs/home.nix index 630b551..836a863 100644 --- a/hosts/nxs/home.nix +++ b/hosts/nxs/home.nix @@ -89,7 +89,7 @@ pipewire lshw age - discord + notepad-next ]; programs.direnv = {