Cosmic updates
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user