return to gnome

This commit is contained in:
2026-04-06 18:32:19 +02:00
parent b3e5e9c899
commit aece110d61
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,6 @@
flake.nixosModules.apps-sys-brave = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
brave
kitty
];
};
}