More Major Changes

This commit is contained in:
2025-07-22 09:39:33 -03:00
parent d7b5343864
commit 93de9d3665
9 changed files with 105 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
# NOTE(starter): This is just a basic enabling of the XFCE windows manager for simplicity
{
services.displayManager = {
services.xserver.displayManager = {
gdm.enable = true;
gdm.wayland = true;
};

View File

@@ -1,5 +1,5 @@
{pkgs, ...}: {
services.desktopManager.gnome.enable = true;
services.xserver.desktopManager.gnome.enable = true;
#environment.sessionVariables.GTK_USE_PORTAL = "1";
environment.sessionVariables.NIXOS_OZONE_WL = "1";

View File

@@ -0,0 +1,5 @@
{config, ...}: {
services.tailscale = {
enable = true;
};
}

View File

@@ -1,5 +1,5 @@
{
services.thermald.enable = true;
services.thermald.enable = false;
services.tlp = {
enable = true;

View File

@@ -71,9 +71,10 @@
"hosts/common/optional/services/bluetooth.nix"
"hosts/common/optional/services/ollama.nix"
"hosts/common/optional/services/docker.nix"
"hosts/common/optional/services/tailscale.nix"
"hosts/common/optional/audio.nix" # pipewire and cli controls
"hosts/common/optional/gnome.nix"
"hosts/common/optional/gdm.nix"
"hosts/common/optional/kde.nix"
"hosts/common/optional/sddm.nix"
"hosts/common/optional/flatpak.nix"
"hosts/common/optional/thermal-management.nix"