33 current 2025-03-18 21:47:17 25.05.20250315.c80f6a7 6.12.19 *
This commit is contained in:
parent
c4b3a43af3
commit
e807402cd8
@ -17,6 +17,7 @@
|
|||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.kernelParams = ["video=2880x1920"];
|
||||||
|
|
||||||
networking.hostName = "framework"; # Define your hostname.
|
networking.hostName = "framework"; # Define your hostname.
|
||||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|||||||
@ -4,7 +4,9 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
services.desktopManager.cosmic.enable = true;
|
services.desktopManager.cosmic.enable = true;
|
||||||
services.displayManager.cosmic-greeter.enable = true;
|
services.displayManager.cosmic-greeter = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
environment.sessionVariables.COSMIC_DATA_CONTROLL_ENABLED = 1;
|
environment.sessionVariables.COSMIC_DATA_CONTROLL_ENABLED = 1;
|
||||||
services.geoclue2.enable = true;
|
services.geoclue2.enable = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user