Use gnome

This commit is contained in:
Henry Hiles 2025-03-08 22:34:16 -05:00
parent 52168438a1
commit 1b455e2b22
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,8 @@
};
environment = {
sessionVariables.XDG_CURRENT_DESKTOP = "GNOME";
systemPackages = with pkgs.gnomeExtensions; [
caffeine
open-bar

View file

@ -1 +1,3 @@
{}
{
services.hardware.openrgb.enable = true;
}