33 current 2025-03-18 21:47:17 25.05.20250315.c80f6a7 6.12.19 *

This commit is contained in:
Gustav Bruhn 2025-03-18 21:47:19 +01:00
parent c4b3a43af3
commit e807402cd8
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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;