migrate to fish

This commit is contained in:
2026-05-07 21:05:42 +09:00
parent 1a13db8498
commit b79fc0f573
7 changed files with 221 additions and 19 deletions

View File

@@ -25,8 +25,6 @@
"Xft.dpi" = 172;
};
nixpkgs.config.permittedInsecurePackages = [ "qtwebkit-5.212.0-alpha4" ];
home.packages =
let
fonts = import ./pkgs/fonts.nix { inherit pkgs; };
@@ -55,7 +53,7 @@
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
plugins = [
split-monitor-workspaces.packages.x86_64-linux.split-monitor-workspaces
];