fix: ooksmicro

This commit is contained in:
ooks-io 2023-11-11 00:05:39 +13:00
parent 6dfe4851ee
commit 24b7625c0e
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
height = 1280;
workspace = "1";
primary = true;
transform = 3;
transform = 2;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;

View file

@ -25,7 +25,7 @@
# -------------------------------------------------------------------------------------------------
networking = {
hostName = "ookst480s";
hostName = "ooksmicro";
networkmanager.enable = true;
};
@ -40,7 +40,7 @@
boot = {
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
kernalPerams = [ "fbcon=rotate:1" ];
kernelParams = [ "fbcon=rotate:1" ];
};