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

13
laptop/modules/gnome.nix Normal file
View File

@@ -0,0 +1,13 @@
{
config,
pkgs,
lib,
...
}:
{
environment = {
systemPackages = with pkgs.gnomeExtensions; [
];
};
}