fix: ooksmicro
This commit is contained in:
parent
6dfe4851ee
commit
24b7625c0e
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
height = 1280;
|
height = 1280;
|
||||||
workspace = "1";
|
workspace = "1";
|
||||||
primary = true;
|
primary = true;
|
||||||
transform = 3;
|
transform = 2;
|
||||||
}];
|
}];
|
||||||
|
|
||||||
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
|
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ookst480s";
|
hostName = "ooksmicro";
|
||||||
networkmanager.enable = true;
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||||
kernalPerams = [ "fbcon=rotate:1" ];
|
kernelParams = [ "fbcon=rotate:1" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue