treewide: format with nixfmt
This commit is contained in:
parent
303e982a8e
commit
26ad72592a
47 changed files with 380 additions and 725 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue