mucho updato

This commit is contained in:
2026-02-19 18:38:18 +01:00
parent 2fb0e31be8
commit 6d39b13483
12 changed files with 70 additions and 8 deletions

14
desktop/modules/gnome.nix Normal file
View File

@@ -0,0 +1,14 @@
{
config,
pkgs,
lib,
...
}:
{
environment = {
systemPackages = with pkgs.gnomeExtensions; [
control-monitor-brightness-and-volume-with-ddcutil
];
};
}