tmp gnome46

This commit is contained in:
mjallen18
2024-04-15 15:06:35 -05:00
parent eb456b934f
commit 620fad6d22
5 changed files with 71 additions and 44 deletions

View File

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

View File

@@ -15,6 +15,7 @@
fileSystems."/" = {
device = "none";
fsType = "tmpfs";
options = [ "defaults" "size=32G" "mode=755" ];
};
fileSystems."/nix" = {