This commit is contained in:
Miguel Palhas
2025-03-15 19:20:26 +00:00
parent 49a137bc86
commit 61a357409b
8 changed files with 42 additions and 20 deletions
+11
View File
@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
gnome-shell
];
environment.variables = {
GDK_SCALE = "2";
GDK_DPI_SCALE = "1.5";
};
}