desktop-2024-10-06-15-09-42

This commit is contained in:
Alexander Szczepanski
2024-10-06 15:09:42 +02:00
parent ebf19204d3
commit 9ad09197c8
8 changed files with 131 additions and 55 deletions

View File

@ -1,8 +1,10 @@
{ config, pkgs, lib, ... }:
{
programs.pantheon-tweaks.enable = true;
programs.evolution.enable = true;
programs = {
pantheon-tweaks.enable = true;
evolution.enable = true;
};
services = {
xserver = {