tweaks to the i3 configuration now that Im actually testing on real hardware.
This commit is contained in:
parent
2bcc6c86aa
commit
d3e13cf0f0
9 changed files with 52 additions and 11 deletions
|
|
@ -38,6 +38,12 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
networking.hostName = "harmatan";
|
||||
networking.hostId = "7a42af26";
|
||||
|
||||
services.xserver.dpi = 180;
|
||||
environment.variables = {
|
||||
GDK_SCALE = "2";
|
||||
GDK_DPI_SCALE = "0.5";
|
||||
};
|
||||
|
||||
home-manager.sharedModules = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue