treewide: format with nixfmt

This commit is contained in:
insects 2024-09-22 10:56:40 +02:00
parent 303e982a8e
commit 26ad72592a
47 changed files with 380 additions and 725 deletions

View file

@ -1,23 +1,16 @@
# enoko is my framework 13-inch AMD laptop, running nixos
{ ... }:
{
imports = [
./global.nix
./global.linux.nix
./features/desktop
];
{ ... }: {
imports = [ ./global.nix ./global.linux.nix ./features/desktop ];
config.monitors = [
{
name = "eDP-1";
width = 2256;
height = 1504;
workspace = "1";
primary = true;
position = "0x0";
scale = "1.175000";
}
];
config.monitors = [{
name = "eDP-1";
width = 2256;
height = 1504;
workspace = "1";
primary = true;
position = "0x0";
scale = "1.175000";
}];
# Fix HiDPI scaling
# config.wayland.windowManager.hyprland = {