tmp gnome46
This commit is contained in:
@@ -10,6 +10,8 @@ let
|
||||
hostname = "matt-nixos";
|
||||
gnome = true;
|
||||
plasma = false;
|
||||
|
||||
# gnome46 = import (builtins.fetchTarball https://github.com/nixos/nixpgs/tarball/gnome-46) { config = config.nixpgs.config; };
|
||||
in {
|
||||
imports = [ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
@@ -26,12 +28,12 @@ in {
|
||||
|
||||
apps.discover-wrapped.enable = plasma;
|
||||
|
||||
chaotic = {
|
||||
nyx.cache.enable = true;
|
||||
nyx.overlay.enable = true;
|
||||
mesa-git.enable = true;
|
||||
hdr.enable = false;
|
||||
};
|
||||
# chaotic = {
|
||||
# nyx.cache.enable = true;
|
||||
# nyx.overlay.enable = true;
|
||||
# mesa-git.enable = true;
|
||||
# hdr.enable = false;
|
||||
# };
|
||||
|
||||
# Configure bootloader with lanzaboot and secureboot
|
||||
boot = {
|
||||
@@ -66,6 +68,9 @@ in {
|
||||
bootspec.enable = true;
|
||||
};
|
||||
|
||||
# gnome46.services.desktopManager.gnome.enable = true;
|
||||
# gnome46.services.displayManager.gdm.enable = true;
|
||||
|
||||
# Services configs
|
||||
services = {
|
||||
# Enable the X11 windowing system.
|
||||
@@ -81,7 +86,8 @@ in {
|
||||
|
||||
desktopManager.gnome.enable = gnome;
|
||||
};
|
||||
|
||||
# displayManager.gdm.enable = gnome;
|
||||
# desktopManager.gnome.enable = gnome;
|
||||
desktopManager.plasma6.enable = plasma;
|
||||
|
||||
# enable auto discovery of printers
|
||||
|
||||
Reference in New Issue
Block a user