diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 79f49b2..319a7e3 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - run: nix build -L .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel + - run: nix build -L --accept-flake-config .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel build-homes: strategy: @@ -84,4 +84,4 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - run: nix build -L .#homeConfigurations."${{ matrix.home }}".activationPackage + - run: nix build -L --accept-flake-config .#homeConfigurations."${{ matrix.home }}".activationPackage diff --git a/home/niri/default.nix b/home/niri/default.nix index 5071256..feedd04 100644 --- a/home/niri/default.nix +++ b/home/niri/default.nix @@ -118,6 +118,14 @@ in cooldown-ms = 150; action = focus-column-left; }; + "Mod+Shift+WheelScrollDown" = { + cooldown-ms = 150; + action = focus-workspace-down; + }; + "Mod+Shift+WheelScrollUp" = { + cooldown-ms = 150; + action = focus-workspace-up; + }; "XF86AudioRaiseVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%+"; "XF86AudioLowerVolume".action = sh "wpctl set-volume @DEFAULT_AUDIO_SINK@ 1%-"; diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index a64bc73..6d34814 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -42,6 +42,7 @@ home.sessionVariables = { ANKI_WAYLAND = "1"; + DISPLAY = ":0"; }; home.packages = with pkgs; [