From e807402cd8bd6aedf7f9552ad0f7df21082ceae3 Mon Sep 17 00:00:00 2001 From: Gustav Bruhn Date: Tue, 18 Mar 2025 21:47:19 +0100 Subject: [PATCH] 33 current 2025-03-18 21:47:17 25.05.20250315.c80f6a7 6.12.19 * --- hosts/framework/configuration.nix | 1 + modules/nixos/cosmic.nix | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/framework/configuration.nix b/hosts/framework/configuration.nix index 911cc7f..eca172b 100644 --- a/hosts/framework/configuration.nix +++ b/hosts/framework/configuration.nix @@ -17,6 +17,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelParams = ["video=2880x1920"]; networking.hostName = "framework"; # Define your hostname. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. diff --git a/modules/nixos/cosmic.nix b/modules/nixos/cosmic.nix index 8708e92..fbfb982 100644 --- a/modules/nixos/cosmic.nix +++ b/modules/nixos/cosmic.nix @@ -4,7 +4,9 @@ ... }: { services.desktopManager.cosmic.enable = true; - services.displayManager.cosmic-greeter.enable = true; + services.displayManager.cosmic-greeter = { + enable = true; + }; environment.sessionVariables.COSMIC_DATA_CONTROLL_ENABLED = 1; services.geoclue2.enable = true;