Compare commits

..

No commits in common. "c7328349e7ebddae4d1658450fb6cfbb71a9f862" and "de5e7ad35c3aa84da1ce7f42d72b5b5193fd548d" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View file

@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- run: nix build -L --accept-flake-config .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel
- run: nix build -L .#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 --accept-flake-config .#homeConfigurations."${{ matrix.home }}".activationPackage
- run: nix build -L .#homeConfigurations."${{ matrix.home }}".activationPackage

View file

@ -118,14 +118,6 @@ 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%-";

View file

@ -42,7 +42,6 @@
home.sessionVariables = {
ANKI_WAYLAND = "1";
DISPLAY = ":0";
};
home.packages = with pkgs; [