Add lime configuration #10

Merged
riley merged 10 commits from add-lime into mistress 2023-06-17 13:40:14 +02:00
3 changed files with 8 additions and 8 deletions
Showing only changes of commit 571e1daa82 - Show all commits

View file

@ -54,11 +54,11 @@ in with lib; {
enable = true; enable = true;
wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
extraSessionCommands = '' extraSessionCommands = ''
export WLR_NO_HARDWARE_CURSORS=1; #export WLR_NO_HARDWARE_CURSORS=1;
export WLR_RENDERER=vulkan; #export WLR_RENDERER=vulkan;
export WLR_EGL_NO_MODIFIERS=1; #export WLR_EGL_NO_MODIFIERS=1;
''; '';
extraOptions = [ "--unsupported-gpu" ]; #extraOptions = [ "--unsupported-gpu" ];
systemdIntegration = true; systemdIntegration = true;
extraConfig = '' extraConfig = ''

View file

@ -11,9 +11,9 @@
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.
services.xserver.enable = true; # services.xserver.enable = true;
services.xserver.desktopManager.lxqt.enable = true; # services.xserver.desktopManager.lxqt.enable = true;
services.xserver.displayManager.gdm.enable = true; # services.xserver.displayManager.gdm.enable = true;
programs.firefox.enable = true; programs.firefox.enable = true;
networking.hostName = "lime"; networking.hostName = "lime";

View file

@ -1,6 +1,6 @@
{ lib, modulesPath, ... }: { { lib, modulesPath, ... }: {
imports = [./configuration.nix]; imports = [./hardware-configuration.nix ./configuration.nix];
custom = { custom = {
gui.enable = true; gui.enable = true;