formatting

This commit is contained in:
js0ny 2025-10-24 21:27:22 +01:00
parent 93664e4120
commit c84204b373
18 changed files with 231 additions and 145 deletions

View file

@ -1,12 +1,16 @@
{ pkgs, ... }:
{
services.desktopManager.gnome.enable = true;
{pkgs, ...}: {
services.desktopManager.gnome = {
enable = true;
sessionPath = [pkgs.gtop];
};
environment.systemPackages = with pkgs; [
gnome-menus
gobject-introspection
];
environment.gnome.excludePackages = with pkgs; [
evince
totem
papers
gtop
];
}

View file

@ -1,4 +1,5 @@
{pkgs, ...}: {
{ pkgs, ... }:
{
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
waybar