Format with alejandra

This commit is contained in:
blahai 2024-12-20 15:11:42 +02:00
parent 4771948682
commit e08f66d286
No known key found for this signature in database
31 changed files with 398 additions and 278 deletions

View file

@ -1,5 +1,10 @@
{ pkgs, config, inputs, lib, ... }: {
{
pkgs,
config,
inputs,
lib,
...
}: {
imports = [
./hyprland/rules.nix
./hyprland/keybinds.nix
@ -22,7 +27,7 @@
xdg.portal = {
enable = true;
configPackages = [ config.wayland.windowManager.hyprland.package ];
configPackages = [config.wayland.windowManager.hyprland.package];
extraPortals = [
pkgs.xdg-desktop-portal-gtk
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
@ -35,7 +40,6 @@
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
settings = {
monitor = [
",prefered,auto,1"
];
@ -144,7 +148,7 @@
misc = {
vfr = 1;
vrr = 2;
middle_click_paste = false;
focus_on_activate = true;
animate_manual_resizes = false;
@ -159,9 +163,6 @@
initial_workspace_tracking = false;
};
};
};
};
}