Cosmic updates

This commit is contained in:
2024-12-21 20:09:35 +01:00
parent a093970262
commit c1b12746f5
8 changed files with 57 additions and 66 deletions

View File

@@ -6,9 +6,10 @@
# GUI
../../modules/system/gui/hyprland.nix
../../modules/system/gui/cosmic.nix
../../modules/system/gui/cosmic-greeter.nix
../../modules/system/gui/steam.nix
../../modules/system/gui/thunar.nix
# ../../modules/system/gui/plasma.nix
# CLI
../../modules/system/cli/common.nix
@@ -40,6 +41,7 @@
};
# Configure hardware
services.ratbagd.enable = true;
# Bootloader.
boot.loader.efi.canTouchEfiVariables = true;
@@ -60,10 +62,6 @@
nix.settings.trusted-users = [ "root" "xeovalyte" ];
# Enable cosmic desktop eenvironment
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
# Prevent system freeze on high load
services.earlyoom = {
enable = true;